summaryrefslogtreecommitdiffstats
path: root/src/set_options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/set_options.rs')
-rw-r--r--src/set_options.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/set_options.rs b/src/set_options.rs
index a1cadc6b..e737b0d9 100644
--- a/src/set_options.rs
+++ b/src/set_options.rs
@@ -184,6 +184,9 @@ fn gather_features<'a>(
if opt.diff_so_fancy {
features.push_front("diff-so-fancy".to_string());
}
+ if opt.show_line_numbers {
+ features.push_front("numbers".to_string());
+ }
if opt.navigate {
features.push_front("navigate".to_string());
}