Commit adea3f0
Add g:ctrlp_regex_always_higlight option
CtrlP highlights only path and files as you type pattern. Other
extensions, such as 'lines' or 'tags' do not have highlighting as you
type search pattern. With this patch other other extensions also can
have pattern highlighting. For this, it is necessary to add:
let g:ctrlp_regex_always_higlight = 1
This patch works only when: g:ctrlp_regexp = 1. Which is quite safe as
universal approach.
Signed-off-by: Andrei Stepanov <astepano@redhat.com>1 parent 239a709 commit adea3f0
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1877 | 1877 | | |
1878 | 1878 | | |
1879 | 1879 | | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
1880 | 1885 | | |
1881 | 1886 | | |
1882 | 1887 | | |
| |||
0 commit comments