diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-04-19 18:56:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 18:56:51 +0200 |
commit | dbc4af71861bf2d3bac6974a0bdb99b18a13666a (patch) | |
tree | e9baf3d0c05e38dacc5543c5187b1f6e88562790 /runtime/doc/syntax.txt | |
parent | 0124a7bfa9e27796e561cb0b3a045b9327bf7077 (diff) | |
parent | b16afe4d556af7c3e86b311cfffd1c68a5eed71f (diff) | |
download | rneovim-dbc4af71861bf2d3bac6974a0bdb99b18a13666a.tar.gz rneovim-dbc4af71861bf2d3bac6974a0bdb99b18a13666a.tar.bz2 rneovim-dbc4af71861bf2d3bac6974a0bdb99b18a13666a.zip |
Merge pull request #18081 from famiu/feat/highlight/cursearch
feat(highlight): implement CurSearch highlight
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 4e3900aeed..fd713b1f32 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -5090,6 +5090,9 @@ ColorColumn used for the columns set with 'colorcolumn' *hl-Conceal* Conceal placeholder characters substituted for concealed text (see 'conceallevel') + *hl-CurSearch* +CurSearch used for highlighting a search pattern under the cursor + (see 'hlsearch') *hl-Cursor* Cursor character under the cursor lCursor the character under the cursor when |language-mapping| |