aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /editors/vi.c
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 2645afe87..3cc3d2a0b 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