]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1809 v7.4.1809
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Apr 2016 14:49:58 +0000 (16:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Apr 2016 14:49:58 +0000 (16:49 +0200)
Problem:    Using wrong short option name for 'termguicolors'.
Solution:   Use the option name.

runtime/optwin.vim
src/version.c

index 7576cec6d85ef2cf2c331174e97847b229a770de..b780e03973cabb192b0d1fd31b44d2f6d7aaf51a 100644 (file)
@@ -414,7 +414,7 @@ call append("$", "hlsearch\thighlight all matches for the last used search patte
 call <SID>BinOptionG("hls", &hls)
 if has("termguicolors")
   call append("$", "termguicolors\tuse GUI colors for the terminal")
-  call <SID>BinOptionG("tgc", &gcol)
+  call <SID>BinOptionG("tgc", &tgc)
 endif
 if has("syntax")
   call append("$", "cursorcolumn\thighlight the screen column of the cursor")
index 1fff5c9e9e46244a02feb6ad1123e9adf46bbf27..59673b5152d546615935cd9d3ac2edcfbee82ae8 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1809,
 /**/
     1808,
 /**/