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
(cherry picked from commit bbe51ef016)
This commit is contained in:
zeertzjq
2024-07-18 06:45:26 +08:00
committed by github-actions[bot]
parent d6437e2ca5
commit b01202df15
2 changed files with 2 additions and 3 deletions

View File

@@ -9840,7 +9840,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',