mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 12:35:00 +00:00
vim-patch:8.0.0121
Problem: Setting 'cursorline' changes the curswant column. (Daniel Hahler)
Solution: Add the P_RWINONLY flag. (closes vim/vim#1297)
a2477fd349
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
-- types: bool, number, string
|
||||
-- lists: (nil), comma, onecomma, flags, flagscomma
|
||||
-- scopes: global, buffer, window
|
||||
-- redraw options: statuslines, current_window, current_buffer, all_windows,
|
||||
-- everything, curswant
|
||||
-- redraw options: statuslines, current_window, curent_window_only,
|
||||
-- current_buffer, all_windows, everything, curswant
|
||||
-- default: {vi=…[, vim=…]}
|
||||
-- defaults: {condition=#if condition, if_true=default, if_false=default}
|
||||
-- #if condition:
|
||||
@@ -539,7 +539,7 @@ return {
|
||||
full_name='cursorline', abbreviation='cul',
|
||||
type='bool', scope={'window'},
|
||||
vi_def=true,
|
||||
redraw={'current_window'},
|
||||
redraw={'current_window_only'},
|
||||
defaults={if_true={vi=false}}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user