Verify that shade_hl_id is set to prevent error message
This commit is contained in:
parent
f26366baab
commit
a29f73d812
@ -369,7 +369,7 @@
|
|||||||
redraw
|
redraw
|
||||||
|
|
||||||
" Remove shading
|
" Remove shading
|
||||||
if g:EasyMotion_shade
|
if g:EasyMotion_shade && exists('shade_hl_id')
|
||||||
call matchdelete(shade_hl_id)
|
call matchdelete(shade_hl_id)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user