diff options
author | Matthieu Coudron <teto@users.noreply.github.com> | 2021-04-18 17:12:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 17:12:41 +0200 |
commit | e343437bb6b82a48b1001d98a08fb5c63dccda30 (patch) | |
tree | e9f487113ba6e3402e837fc7872a250183980077 /runtime | |
parent | a129887c00a2d5e49fc551ba0bbffe88cefb56c0 (diff) | |
parent | 5b8575fa0dc689e6de90ee3cc6805c0f8742c320 (diff) | |
download | rneovim-e343437bb6b82a48b1001d98a08fb5c63dccda30.tar.gz rneovim-e343437bb6b82a48b1001d98a08fb5c63dccda30.tar.bz2 rneovim-e343437bb6b82a48b1001d98a08fb5c63dccda30.zip |
Merge pull request #12323 from da-x/orphaned-signs
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) |