mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:45:02 +08:00
doc: mention that searchcount is only enabled when 'hls' is on
This commit is contained in:
parent
4d284a677c
commit
da6b076ee4
|
@ -1001,6 +1001,8 @@ title accordingly.
|
||||||
<
|
<
|
||||||
------------------------------------- *airline-searchcount*
|
------------------------------------- *airline-searchcount*
|
||||||
The searchcount extension supports the searchcount() function in Vim script.
|
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 >
|
* enable/disable searchcount integration >
|
||||||
let g:airline#extensions#searchcount#enabled = 1
|
let g:airline#extensions#searchcount#enabled = 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user