diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-12 18:29:59 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-12 18:29:59 +0200 |
commit | 95ec9d6a6ab3117d60ff638670a803d43974ba51 (patch) | |
tree | c4bb7a90165db973560e11a681665cce6c60e8d3 /src/proto/option.pro | |
parent | d823fa910cca43fec3c31c030ee908a14c272640 (diff) | |
download | vim-git-95ec9d6a6ab3117d60ff638670a803d43974ba51.tar.gz |
patch 7.4.2201v7.4.2201
Problem: The sign column disappears when the last sign is deleted.
Solution: Add the 'signcolumn' option. (Christian Brabandt)
Diffstat (limited to 'src/proto/option.pro')
-rw-r--r-- | src/proto/option.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/option.pro b/src/proto/option.pro index d0ba4ec27..3da0e945e 100644 --- a/src/proto/option.pro +++ b/src/proto/option.pro @@ -63,4 +63,5 @@ long get_sw_value(buf_T *buf); long get_sts_value(void); void find_mps_values(int *initc, int *findc, int *backwards, int switchit); unsigned int get_bkc_value(buf_T *buf); +int signcolumn_on(win_T *wp); /* vim: set ft=c : */ |