doc: mention that searchcount is only enabled when 'hls' is on

This commit is contained in:
Christian Brabandt 2021-01-02 20:35:58 +01:00
parent 4d284a677c
commit da6b076ee4
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 2 additions and 0 deletions

View File

@ -1001,6 +1001,8 @@ title accordingly.
<
------------------------------------- *airline-searchcount*
The searchcount extension supports the searchcount() function in Vim script.
Note: This is only enabled when 'hls' is on. When you turn off search
highlighting (e.g. using |:nohls|), it this will be disabled.
* enable/disable searchcount integration >
let g:airline#extensions#searchcount#enabled = 1