File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
" NOTE: You must, of course, install ag / the_silver_searcher
2
2
3
- " FIXME: Delete deprecated options below on or after 15-7 (6 months from when they were changed ) {{{
3
+ " FIXME: Delete deprecated options below on or after 2016-4 (6 months from when the deprecation warning was added ) {{{
4
4
5
5
if exists (" g:agprg" )
6
6
let g: ag_prg = g: agprg
7
+ echohl WarningMsg
8
+ call input (' g:agprg is deprecated and will be removed. Please use g:ag_prg' )
9
+ echohl None
7
10
endif
8
11
9
12
if exists (" g:aghighlight" )
10
13
let g: ag_highlight = g: aghighlight
14
+ echohl WarningMsg
15
+ call input (' g:aghighlight is deprecated and will be removed. Please use g:ag_highlight' )
16
+ echohl None
11
17
endif
12
18
13
19
if exists (" g:agformat" )
14
20
let g: ag_format = g: agformat
21
+ echohl WarningMsg
22
+ call input (' g:agformat is deprecated and will be removed. Please use g:ag_format' )
23
+ echohl None
15
24
endif
16
25
17
26
" }}} FIXME: Delete the deprecated options above on or after 15-7 (6 months from when they were changed)
You can’t perform that action at this time.
0 commit comments