mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
Close #874
This commit is contained in:
parent
247053d8c4
commit
c6adab923b
@ -69,4 +69,13 @@ inoremap <expr><BS> neocomplete#smart_close_popup()."\<C-h>"
|
|||||||
inoremap <expr><C-y> neocomplete#close_popup()
|
inoremap <expr><C-y> neocomplete#close_popup()
|
||||||
inoremap <expr><C-e> neocomplete#cancel_popup()
|
inoremap <expr><C-e> neocomplete#cancel_popup()
|
||||||
|
|
||||||
|
" Called once right before you start selecting multiple cursors
|
||||||
|
function! Multiple_cursors_before()
|
||||||
|
NeoCompleteLock
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
" Called once only when the multiple selection is canceled (default <Esc>)
|
||||||
|
function! Multiple_cursors_after()
|
||||||
|
NeoCompleteUnlock
|
||||||
|
endfunction
|
||||||
" vim:set et sw=2 cc=80:
|
" vim:set et sw=2 cc=80:
|
||||||
|
Loading…
Reference in New Issue
Block a user