mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
msg: do not scroll entire screen (#8088)
This commit is contained in:

committed by
Justin M. Keyes

parent
362346f563
commit
98e7112390
@@ -947,6 +947,7 @@ EXTERN int fill_stlnc INIT(= ' ');
|
||||
EXTERN int fill_vert INIT(= 9474); // │
|
||||
EXTERN int fill_fold INIT(= 183); // ·
|
||||
EXTERN int fill_diff INIT(= '-');
|
||||
EXTERN int fill_msgsep INIT(= ' ');
|
||||
|
||||
/* Whether 'keymodel' contains "stopsel" and "startsel". */
|
||||
EXTERN int km_stopsel INIT(= FALSE);
|
||||
|
Reference in New Issue
Block a user