summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt2
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>