mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +00:00
vim-patch:8.2.1904: still using default option values after using ":badd +1"
Problem: Still using default option values after using ":badd +1".
Solution: Find a window where options were set. Don't set the window when
using ":badd".
89b693e562
This commit is contained in:
@@ -33,6 +33,9 @@ enum bln_values {
|
||||
BLN_DUMMY = 4, // Allocating dummy buffer
|
||||
BLN_NEW = 8, // create a new buffer
|
||||
BLN_NOOPT = 16, // Don't copy options to existing buffer
|
||||
// BLN_DUMMY_OK = 32, // also find an existing dummy buffer
|
||||
// BLN_REUSE = 64, // may re-use number from buf_reuse
|
||||
BLN_NOCURWIN = 128, // buffer is not associated with curwin
|
||||
};
|
||||
|
||||
// Values for action argument for do_buffer()
|
||||
|
Reference in New Issue
Block a user