mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
#2107 - Recommend <C-c> instead, which avoids autocmd functions
This commit is contained in:
@@ -477,7 +477,7 @@ function in your |vimrc| file to force insert completion instead, like so: >
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" Exit and re-enter insert mode, and use insert completion
|
" Exit and re-enter insert mode, and use insert completion
|
||||||
return "\<Esc>a\<C-n>"
|
return "\<C-c>a\<C-n>"
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
inoremap <silent> <C-n> <C-R>=SmartInsertCompletion()<CR>
|
inoremap <silent> <C-n> <C-R>=SmartInsertCompletion()<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user