aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-01 09:39:03 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-01 09:39:03 +0000
commite160809b5d748dfb48eef16134b26f8ec61f18e0 (patch)
tree811452c3e50482b9f4063de1121dd630c44dbf0e /editors/vi.c
parent5348a94d2a6baae045918c4cc2bdd256ee8de5b8 (diff)
downloadbusybox-w32-e160809b5d748dfb48eef16134b26f8ec61f18e0.tar.gz
busybox-w32-e160809b5d748dfb48eef16134b26f8ec61f18e0.tar.bz2
busybox-w32-e160809b5d748dfb48eef16134b26f8ec61f18e0.zip
Copyright, help text, whitespace cleanups
git-svn-id: svn://busybox.net/trunk/busybox@18295 69ca8d6d-28ef-0310-b511-8ec308f3f277
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);