From ba2fb719b92034e745b59d2c3b5b05209ce45352 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 1 Apr 2007 09:39:03 +0000 Subject: Copyright, help text, whitespace cleanups --- editors/vi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vi.c') 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) } #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); -- cgit v1.2.3