comparison src/proto/screen.pro @ 8817:b7eb7bbd71d0 v7.4.1696

commit https://github.com/vim/vim/commit/fd773e9e88add7d1ffef890fb9f3a00d613b4326 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 2 19:39:16 2016 +0200 patch 7.4.1696 Problem: When using :stopinsert in a silent mapping the "INSERT" message isn't cleared. (Coacher) Solution: Always clear the message. (Christian Brabandt, closes https://github.com/vim/vim/issues/718)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Apr 2016 19:45:04 +0200
parents 63dc856bd13d
children 123d3c102035
comparison
equal deleted inserted replaced
8816:a1ace9e4eda8 8817:b7eb7bbd71d0
45 int win_del_lines(win_T *wp, int row, int line_count, int invalid, int mayclear); 45 int win_del_lines(win_T *wp, int row, int line_count, int invalid, int mayclear);
46 int screen_ins_lines(int off, int row, int line_count, int end, win_T *wp); 46 int screen_ins_lines(int off, int row, int line_count, int end, win_T *wp);
47 int screen_del_lines(int off, int row, int line_count, int end, int force, win_T *wp); 47 int screen_del_lines(int off, int row, int line_count, int end, int force, win_T *wp);
48 int showmode(void); 48 int showmode(void);
49 void unshowmode(int force); 49 void unshowmode(int force);
50 void clearmode(void);
50 void get_trans_bufname(buf_T *buf); 51 void get_trans_bufname(buf_T *buf);
51 int redrawing(void); 52 int redrawing(void);
52 int messaging(void); 53 int messaging(void);
53 void showruler(int always); 54 void showruler(int always);
54 int number_width(win_T *wp); 55 int number_width(win_T *wp);