diff options
author | Matthieu Coudron <mattator@gmail.com> | 2019-10-01 23:14:00 +0900 |
---|---|---|
committer | Matthieu Coudron <mattator@gmail.com> | 2019-12-03 13:31:17 +0100 |
commit | 3beef8ee1ca9699d75b8877ec9b77493b58b0ed4 (patch) | |
tree | 51141b1b430920f6925e178905228e019d21fc79 /runtime/doc | |
parent | 1ff5b60cb96aea3b3f6ef9e2792c5797dfda72dc (diff) | |
download | rneovim-3beef8ee1ca9699d75b8877ec9b77493b58b0ed4.tar.gz rneovim-3beef8ee1ca9699d75b8877ec9b77493b58b0ed4.tar.bz2 rneovim-3beef8ee1ca9699d75b8877ec9b77493b58b0ed4.zip |
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.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 386fcdf8c0..30aebfc5ff 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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 diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 4267aefbbf..3646034dba 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -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 |