Skip to content

Commit 868cfc1

Browse files
committed
patch 7.4.1809
Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.
1 parent 8a24b79 commit 868cfc1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

runtime/optwin.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ call append("$", "hlsearch\thighlight all matches for the last used search patte
414414
call <SID>BinOptionG("hls", &hls)
415415
if has("termguicolors")
416416
call append("$", "termguicolors\tuse GUI colors for the terminal")
417-
call <SID>BinOptionG("tgc", &gcol)
417+
call <SID>BinOptionG("tgc", &tgc)
418418
endif
419419
if has("syntax")
420420
call append("$", "cursorcolumn\thighlight the screen column of the cursor")

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
1809,
756758
/**/
757759
1808,
758760
/**/

0 commit comments

Comments
 (0)