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
|
||||
|
||||
" Remove shading
|
||||
if g:EasyMotion_shade
|
||||
if g:EasyMotion_shade && exists('shade_hl_id')
|
||||
call matchdelete(shade_hl_id)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user