summaryrefslogtreecommitdiffstats
path: root/src/proto/getchar.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-10-07 23:16:36 +0200
committerBram Moolenaar <Bram@vim.org>2018-10-07 23:16:36 +0200
commit6a2633b00bb00bcf0d994f08d1c54ace2c221b58 (patch)
treea319f2692684a8f44d912d84029286889ba8b83e /src/proto/getchar.pro
parent95ba5c364f097121b95879896b05ec737ecafd1c (diff)
patch 8.1.0466: autocmd test failsv8.1.0466
Problem: Autocmd test fails. Solution: Do call inchar() when flushing typeahead.
Diffstat (limited to 'src/proto/getchar.pro')
-rw-r--r--src/proto/getchar.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/getchar.pro b/src/proto/getchar.pro
index aac522f152..07336627fc 100644
--- a/src/proto/getchar.pro
+++ b/src/proto/getchar.pro
@@ -5,7 +5,7 @@ char_u *get_inserted(void);
int stuff_empty(void);
int readbuf1_empty(void);
void typeahead_noflush(int c);
-void flush_buffers(int flush_typeahead);
+void flush_buffers(flush_buffers_T flush_typeahead);
void ResetRedobuff(void);
void CancelRedo(void);
void saveRedobuff(save_redo_T *save_redo);