aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
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)
}
#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);