aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 0e7b729fe..9960f7486 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -193,7 +193,7 @@ struct globals {
193#if ENABLE_FEATURE_VI_CRASHME 193#if ENABLE_FEATURE_VI_CRASHME
194 char readbuffer[128]; 194 char readbuffer[128];
195#else 195#else
196 char readbuffer[8]; 196 char readbuffer[KEYCODE_BUFFER_SIZE];
197#endif 197#endif
198#define STATUS_BUFFER_LEN 200 198#define STATUS_BUFFER_LEN 200
199 char status_buffer[STATUS_BUFFER_LEN]; // messages to the user 199 char status_buffer[STATUS_BUFFER_LEN]; // messages to the user