diff options
author | Dan Aloni <alonid@gmail.com> | 2020-05-15 19:22:44 +0300 |
---|---|---|
committer | Dan Aloni <alonid@gmail.com> | 2021-04-17 10:11:17 +0300 |
commit | f2ed7605da45eb79a4f7bb89fb19f680fb5a4927 (patch) | |
tree | 20327ffc02b6c7a89cf84da36af50a479d03d2f4 /runtime | |
parent | a6504ec3398af114585db1d1134335d838bdb8d9 (diff) | |
download | rneovim-f2ed7605da45eb79a4f7bb89fb19f680fb5a4927.tar.gz rneovim-f2ed7605da45eb79a4f7bb89fb19f680fb5a4927.tar.bz2 rneovim-f2ed7605da45eb79a4f7bb89fb19f680fb5a4927.zip |
Handle 'orphaned signs' on line deletion for signcolumn >= 2
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 651d4c4bc7..63a9db9d0d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5555,6 +5555,12 @@ A jump table for the options with a short description can be found at |Q_op|. "number" display signs in the 'number' column. If the number column is not present, then behaves like 'auto'. + Note regarding 'orphaned signs': with signcolumn numbers higher than + 1, deleting lines will also remove the associated signs automatically, + in contrast to the default Vim behavior of keeping and grouping them. + This is done in order for the signcolumn appearence not appear weird + during line deletion. + *'smartcase'* *'scs'* *'nosmartcase'* *'noscs'* 'smartcase' 'scs' boolean (default off) |