Toggle &imdisable
This commit is contained in:
parent
0d198fb507
commit
985c3b3541
@ -858,6 +858,9 @@ endf
|
||||
|
||||
fu! s:ToggleKeyLoop()
|
||||
let s:keyloop = !s:keyloop
|
||||
if exists('+imd')
|
||||
let &imd = !s:keyloop
|
||||
en
|
||||
if s:keyloop
|
||||
let [&ut, s:lazy] = [0, 0]
|
||||
cal s:KeyLoop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user