Problem: Test fails with normal features.
Solution: Check is signs are supported.
endfunction
func Test_signcolumn()
- call assert_equal("auto", &signcolumn)
- set signcolumn=yes
- set signcolumn=no
- call assert_fails('set signcolumn=nope')
+ if has('signs')
+ call assert_equal("auto", &signcolumn)
+ set signcolumn=yes
+ set signcolumn=no
+ call assert_fails('set signcolumn=nope')
+ endif
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2203,
/**/
2202,
/**/