mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
vim-patch:9.1.0594: Unnecessary redraw when setting 'winfixbuf' (#29775)
Problem: Unnecessary redraw when setting 'winfixbuf'.
Solution: Remove P_RWIN flag. (zeertzjq)
closes: vim/vim#15283
ac4ce9e15b
This commit is contained in:
@@ -9889,7 +9889,6 @@ return {
|
||||
]=],
|
||||
full_name = 'winfixbuf',
|
||||
pv_name = 'p_wfb',
|
||||
redraw = { 'current_window' },
|
||||
scope = { 'window' },
|
||||
short_desc = N_('pin a window to a specific buffer'),
|
||||
type = 'boolean',
|
||||
|
Reference in New Issue
Block a user