comparison src/proto/getchar.pro @ 14909:c97b4b537572 v8.1.0466

patch 8.1.0466: autocmd test fails commit https://github.com/vim/vim/commit/6a2633b00bb00bcf0d994f08d1c54ace2c221b58 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 23:16:36 2018 +0200 patch 8.1.0466: autocmd test fails Problem: Autocmd test fails. Solution: Do call inchar() when flushing typeahead.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 23:30:06 +0200
parents 77f3b7316d8b
children 97a750e8707f
comparison
equal deleted inserted replaced
14908:2c102d67a1f0 14909:c97b4b537572
3 char_u *get_recorded(void); 3 char_u *get_recorded(void);
4 char_u *get_inserted(void); 4 char_u *get_inserted(void);
5 int stuff_empty(void); 5 int stuff_empty(void);
6 int readbuf1_empty(void); 6 int readbuf1_empty(void);
7 void typeahead_noflush(int c); 7 void typeahead_noflush(int c);
8 void flush_buffers(int flush_typeahead); 8 void flush_buffers(flush_buffers_T flush_typeahead);
9 void ResetRedobuff(void); 9 void ResetRedobuff(void);
10 void CancelRedo(void); 10 void CancelRedo(void);
11 void saveRedobuff(save_redo_T *save_redo); 11 void saveRedobuff(save_redo_T *save_redo);
12 void restoreRedobuff(save_redo_T *save_redo); 12 void restoreRedobuff(save_redo_T *save_redo);
13 void AppendToRedobuff(char_u *s); 13 void AppendToRedobuff(char_u *s);