diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 9384253602..368cdca5e7 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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', |