diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index 271529404..32144abaa 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * An "ex" line oriented mode- maybe using "cmdedit" | 19 | * An "ex" line oriented mode- maybe using "cmdedit" |
20 | */ | 20 | */ |
21 | //config:config VI | 21 | //config:config VI |
22 | //config: bool "vi (22 kb)" | 22 | //config: bool "vi (23 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: 'vi' is a text editor. More specifically, it is the One True | 25 | //config: 'vi' is a text editor. More specifically, it is the One True |