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 /runtime/doc | |
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 'runtime/doc')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 491e5801c8..d9440b6df8 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4883,6 +4883,10 @@ PmenuSbar Popup menu: scrollbar. PmenuThumb Popup menu: Thumb of the scrollbar. *hl-Question* Question |hit-enter| prompt and yes/no questions + *hl-QuickFixLine* +QuickFixLine The selected |quickfix| item in the quickfix window. + |hl-CursorLine| is combined with this when the cursor is on + the currently selected quickfix item. *hl-Search* Search Last search pattern highlighting (see 'hlsearch'). Also used for highlighting the current line in the quickfix |