mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Problem: Cannot keep a buffer focused in a window
(Amit Levy)
Solution: Add the 'winfixbuf' window-local option
(Colin Kennedy)
fixes: vim/vim#6445
closes: vim/vim#13903
2157035637
N/A patch:
vim-patch:58f1e5c0893a
This commit is contained in:
@@ -4629,6 +4629,8 @@ void *get_varp_from(vimoption_T *p, buf_T *buf, win_T *win)
|
||||
return &(win->w_p_rnu);
|
||||
case PV_NUW:
|
||||
return &(win->w_p_nuw);
|
||||
case PV_WFB:
|
||||
return &(win->w_p_wfb);
|
||||
case PV_WFH:
|
||||
return &(win->w_p_wfh);
|
||||
case PV_WFW:
|
||||
|
Reference in New Issue
Block a user