aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-12-03 20:58:03 -0800
committerGitHub <noreply@github.com>2019-12-03 20:58:03 -0800
commit3aa95ef27eb8817bc2ceddb6caf2b209e00a5e8d (patch)
tree390c430bf84e203818b79cd7b69f643b2f43bd6e /runtime/doc/options.txt
parentbcd5fc9764bba22cbfa6c1f2bf8849d5c712c0d9 (diff)
parent3beef8ee1ca9699d75b8877ec9b77493b58b0ed4 (diff)
downloadrneovim-3aa95ef27eb8817bc2ceddb6caf2b209e00a5e8d.tar.gz
rneovim-3aa95ef27eb8817bc2ceddb6caf2b209e00a5e8d.tar.bz2
rneovim-3aa95ef27eb8817bc2ceddb6caf2b209e00a5e8d.zip
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.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index e52fc2a2f5..95265fa153 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