Fix unexpected global var
This commit is contained in:
parent
09b0d7b944
commit
c5e6715623
@ -155,9 +155,10 @@ let s:priorities = {
|
|||||||
\ g:EasyMotion_hl_inc_cursor : 2,
|
\ g:EasyMotion_hl_inc_cursor : 2,
|
||||||
\ g:EasyMotion_hl_move : 0,
|
\ g:EasyMotion_hl_move : 0,
|
||||||
\ }
|
\ }
|
||||||
for group in keys(s:priorities)
|
for s:group in keys(s:priorities)
|
||||||
let s:h.ids[group] = []
|
let s:h.ids[s:group] = []
|
||||||
endfor
|
endfor
|
||||||
|
unlet s:group
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
function! EasyMotion#highlight#delete_highlight(...) "{{{
|
function! EasyMotion#highlight#delete_highlight(...) "{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user