mirror of
https://github.com/amix/vimrc
synced 2025-06-23 06:35:01 +08:00
Updated plugins
This commit is contained in:
@ -1234,7 +1234,7 @@ function! s:wait_for_user_input(mode)
|
||||
" imap jj JJ
|
||||
" imap jjj JJJ
|
||||
" will always trigger the 'jj' mapping
|
||||
if s:from_mode ==# 'i' && mapcheck(s:char, "i") != ""
|
||||
if s:from_mode ==# 'i' && mapcheck(s:char, "i") != "" && g:multi_cursor_support_imap
|
||||
let map_dict = {}
|
||||
let s_time = s:get_time_in_ms()
|
||||
while 1
|
||||
|
Reference in New Issue
Block a user