mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:9.1.0114: Setting some options may change curswant (#27514)
Problem: Setting some options changes curswant unnecessarily.
Solution: Add a P_HLONLY flag that prevents changing curswant.
(zeertzjq)
closes: vim/vim#14044
fcaed6a70f
This commit is contained in:
@@ -20,10 +20,10 @@ local redraw_flags = {
|
||||
tabline = 'P_RTABL',
|
||||
statuslines = 'P_RSTAT',
|
||||
current_window = 'P_RWIN',
|
||||
current_window_only = 'P_RWINONLY',
|
||||
current_buffer = 'P_RBUF',
|
||||
all_windows = 'P_RALL',
|
||||
curswant = 'P_CURSWANT',
|
||||
highlight_only = 'P_HLONLY',
|
||||
}
|
||||
|
||||
local list_flags = {
|
||||
|
Reference in New Issue
Block a user