diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-22 02:47:10 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-22 02:47:10 -0400 |
commit | 2f2e729899f388bfcda89893a645620058c26520 (patch) | |
tree | 73097d5ab9a955cfa1bf8a1a3e3299624933d9b4 /src/nvim/syntax.c | |
parent | ad4348095229e055750fb429f2c675393711b647 (diff) | |
parent | 8d8af6565963ac17239ec6ed620eebff6c101458 (diff) | |
download | rneovim-2f2e729899f388bfcda89893a645620058c26520.tar.gz rneovim-2f2e729899f388bfcda89893a645620058c26520.tar.bz2 rneovim-2f2e729899f388bfcda89893a645620058c26520.zip |
Merge commit 'refs/pull/upstream/5156'
Diffstat (limited to 'src/nvim/syntax.c')
-rw-r--r-- | src/nvim/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index 3215f7ea14..f7a8e4f8b9 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -5902,6 +5902,7 @@ static char *highlight_init_both[] = "VertSplit cterm=reverse gui=reverse", "WildMenu ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black", "default link EndOfBuffer NonText", + "default link QuickFixLine Search", NULL }; |