diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index f7fae380..d45cada7 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -477,7 +477,7 @@ function in your |vimrc| file to force insert completion instead, like so: > endif " Exit and re-enter insert mode, and use insert completion - return "\<Esc>a\<C-n>" + return "\<C-c>a\<C-n>" endfunction inoremap <silent> <C-n> <C-R>=SmartInsertCompletion()<CR> |