Copyright, help text, whitespace cleanups

This commit is contained in:
Denis Vlasenko
2007-04-01 09:39:03 +00:00
parent 2856dab477
commit ba2fb719b9
4 changed files with 71 additions and 41 deletions

View File

@@ -976,7 +976,7 @@ static void colon(char * buf)
}
#if ENABLE_FEATURE_VI_SETOPTS
argp = args;
while (*argp) {
while (*argp) {
if (strncasecmp(argp, "no", 2) == 0)
i = 2; // ":set noautoindent"
setops(argp, "autoindent ", i, "ai", VI_AUTOINDENT);