From d3eddcf630f29da72409934eb14fb7a534f6497e Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sat, 11 Jul 2020 13:13:49 +0900 Subject: 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 --- runtime/doc/options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc') 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'* -- cgit