comparison runtime/doc/options.txt @ 17129:4fb68abc770f v8.1.1564

patch 8.1.1564: sign column takes up space commit https://github.com/vim/vim/commit/394c5d8870b15150fc91a4c058dc571fd5eaa97e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 17 21:48:05 2019 +0200 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 #4555, closes #4515)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Jun 2019 22:00:09 +0200
parents c002c4899529
children 9ccb1ea9b2fc
comparison
equal deleted inserted replaced
17128:ba266d95db3f 17129:4fb68abc770f
6801 feature} 6801 feature}
6802 Whether or not to draw the signcolumn. Valid values are: 6802 Whether or not to draw the signcolumn. Valid values are:
6803 "auto" only when there is a sign to display 6803 "auto" only when there is a sign to display
6804 "no" never 6804 "no" never
6805 "yes" always 6805 "yes" always
6806 "number" display signs in the 'number' column. If the number
6807 column is not present, then behaves like 'auto'.
6806 6808
6807 6809
6808 *'smartcase'* *'scs'* *'nosmartcase'* *'noscs'* 6810 *'smartcase'* *'scs'* *'nosmartcase'* *'noscs'*
6809 'smartcase' 'scs' boolean (default off) 6811 'smartcase' 'scs' boolean (default off)
6810 global 6812 global