diff options
Diffstat (limited to 'editors')
-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 77c42641e..d818127e2 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -249,7 +249,7 @@ enum { | |||
249 | //#define ESC_CURSOR_UP ESC"[A" | 249 | //#define ESC_CURSOR_UP ESC"[A" |
250 | //#define ESC_CURSOR_DOWN "\n" | 250 | //#define ESC_CURSOR_DOWN "\n" |
251 | 251 | ||
252 | #if ENABLE_FEATURE_VI_DOT_CMD || ENABLE_FEATURE_VI_YANKMARK | 252 | #if ENABLE_FEATURE_VI_DOT_CMD |
253 | // cmds modifying text[] | 253 | // cmds modifying text[] |
254 | static const char modifying_cmds[] ALIGN1 = "aAcCdDiIJoOpPrRs""xX<>~"; | 254 | static const char modifying_cmds[] ALIGN1 = "aAcCdDiIJoOpPrRs""xX<>~"; |
255 | #endif | 255 | #endif |