aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 74028e2b4..b49d5454d 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -18,7 +18,7 @@
18// An "ex" line oriented mode- maybe using "cmdedit" 18// An "ex" line oriented mode- maybe using "cmdedit"
19 19
20//config:config VI 20//config:config VI
21//config: bool "vi (23 kb)" 21//config: bool "vi (26 kb)"
22//config: default y 22//config: default y
23//config: help 23//config: help
24//config: 'vi' is a text editor. More specifically, it is the One True 24//config: 'vi' is a text editor. More specifically, it is the One True