aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-01 09:39:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-01 09:39:03 +0000
commitba2fb719b92034e745b59d2c3b5b05209ce45352 (patch)
tree811452c3e50482b9f4063de1121dd630c44dbf0e /editors/vi.c
parent2856dab4770e521a87c18b04ae8ebc209a9b95f9 (diff)
downloadbusybox-w32-ba2fb719b92034e745b59d2c3b5b05209ce45352.tar.gz
busybox-w32-ba2fb719b92034e745b59d2c3b5b05209ce45352.tar.bz2
busybox-w32-ba2fb719b92034e745b59d2c3b5b05209ce45352.zip
Copyright, help text, whitespace cleanups
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 c7582bfe0..5bce4272f 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -976,7 +976,7 @@ static void colon(char * buf)
976 } 976 }
977#if ENABLE_FEATURE_VI_SETOPTS 977#if ENABLE_FEATURE_VI_SETOPTS
978 argp = args; 978 argp = args;
979 while (*argp) { 979 while (*argp) {
980 if (strncasecmp(argp, "no", 2) == 0) 980 if (strncasecmp(argp, "no", 2) == 0)
981 i = 2; // ":set noautoindent" 981 i = 2; // ":set noautoindent"
982 setops(argp, "autoindent ", i, "ai", VI_AUTOINDENT); 982 setops(argp, "autoindent ", i, "ai", VI_AUTOINDENT);