diff options
-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 77c4264..d818127 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -249,7 +249,7 @@ enum { //#define ESC_CURSOR_UP ESC"[A" //#define ESC_CURSOR_DOWN "\n" -#if ENABLE_FEATURE_VI_DOT_CMD || ENABLE_FEATURE_VI_YANKMARK +#if ENABLE_FEATURE_VI_DOT_CMD // cmds modifying text[] static const char modifying_cmds[] ALIGN1 = "aAcCdDiIJoOpPrRs""xX<>~"; #endif |