diff options
-rw-r--r-- | MSVC/readline/rlconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MSVC/readline/rlconf.h b/MSVC/readline/rlconf.h index 264315b..4d5387b 100644 --- a/MSVC/readline/rlconf.h +++ b/MSVC/readline/rlconf.h @@ -25,7 +25,8 @@ #define _RLCONF_H_ /* Define this if you want the vi-mode editing available. */ -#define VI_MODE +//#define VI_MODE +#undef VI_MODE /* Define this to get an indication of file type when listing completions. */ #define VISIBLE_STATS |