mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 19:19:19 +10:00
defaults: set nostartofline (#11135)
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:
@@ -5746,7 +5746,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
current one. |:vsplit|
|
||||
|
||||
*'startofline'* *'sol'* *'nostartofline'* *'nosol'*
|
||||
'startofline' 'sol' boolean (default on)
|
||||
'startofline' 'sol' boolean (default off)
|
||||
global
|
||||
When "on" the commands listed below move the cursor to the first
|
||||
non-blank of the line. When off the cursor is kept in the same column
|
||||
|
||||
@@ -55,6 +55,7 @@ the differences.
|
||||
- 'showcmd' is enabled
|
||||
- 'sidescroll' defaults to 1
|
||||
- 'smarttab' is enabled
|
||||
- 'startofline' is disabled
|
||||
- 'tabpagemax' defaults to 50
|
||||
- 'tags' defaults to "./tags;,tags"
|
||||
- 'ttimeoutlen' defaults to 50
|
||||
|
||||
Reference in New Issue
Block a user