diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2020-07-11 13:13:49 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2020-07-23 10:29:36 +0900 |
commit | d3eddcf630f29da72409934eb14fb7a534f6497e (patch) | |
tree | 858fe91c4a88964f3ae57d3c5afc6bba96453460 /runtime | |
parent | 326b87feb6179d1b36375844eab493e0bb4dbf7f (diff) | |
download | rneovim-d3eddcf630f29da72409934eb14fb7a534f6497e.tar.gz rneovim-d3eddcf630f29da72409934eb14fb7a534f6497e.tar.bz2 rneovim-d3eddcf630f29da72409934eb14fb7a534f6497e.zip |
vim-patch:8.1.1564: sign column takes up space
Problem: Sign column takes up space. (Adam Stankiewicz)
Solution: Optionally put signs in the number column. (Yegappan Lakshmanan,
closes vim/vim#4555, closes vim/vim#4515)
https://github.com/vim/vim/commit/394c5d8870b15150fc91a4c058dc571fd5eaa97e
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e1beea0fed..29f4abf250 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5553,6 +5553,8 @@ A jump table for the options with a short description can be found at |Q_op|. "yes" always "yes:[1-9]" always, with fixed space for signs up to the given number (maximum 9), e.g. "yes:3" + "number" display signs in the 'number' column. If the number + column is not present, then behaves like 'auto'. *'smartcase'* *'scs'* *'nosmartcase'* *'noscs'* |