mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
defaults: set nostartofline
Having the cursor change column can be surprising. Force startofline in functional and old tests. Remove the functional breakindent test, as it's a subset of the oldtest one.
This commit is contained in:
@@ -2323,9 +2323,9 @@ return {
|
||||
full_name='startofline', abbreviation='sol',
|
||||
type='bool', scope={'global'},
|
||||
vi_def=true,
|
||||
vim=true,
|
||||
vim=false,
|
||||
varname='p_sol',
|
||||
defaults={if_true={vi=true}}
|
||||
defaults={if_true={vi=false}}
|
||||
},
|
||||
{
|
||||
full_name='statusline', abbreviation='stl',
|
||||
|
Reference in New Issue
Block a user