mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00
vim-patch:8.1.0754: preferred column when setting 'cursorcolumn' #10549
Problem: Preferred column is lost when setting 'cursorcolumn'.
Solution: Change option flag to P_RWINONLY. (Takayuki Kurosawa,
closes vim/vim#3806)
177ab9e026
This commit is contained in:

committed by
Justin M. Keyes

parent
643ba06d4d
commit
7935f6ce35
@@ -543,7 +543,7 @@ return {
|
||||
full_name='cursorcolumn', abbreviation='cuc',
|
||||
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