forked from aniani/vim
patch 9.0.1061: cannot display 'showcmd' somewhere else
Problem: Cannot display 'showcmd' somewhere else. Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes #11684)
This commit is contained in:
committed by
Bram Moolenaar
parent
3d473ee1a6
commit
ba936f6f4e
@@ -1,6 +1,7 @@
|
||||
/* drawscreen.c */
|
||||
int update_screen(int type_arg);
|
||||
int statusline_row(win_T *wp);
|
||||
void win_redr_status(win_T *wp, int ignore_pum);
|
||||
void showruler(int always);
|
||||
void win_redr_ruler(win_T *wp, int always, int ignore_pum);
|
||||
void after_updating_screen(int may_resize_shell);
|
||||
|
||||
Reference in New Issue
Block a user