diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 2 |
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); |