Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit a7a538c

Browse files
authored
Merge pull request #147 from yaegassy/fix-issue-145
fix: added baskslash in nvim_feedkey (fix-issue-145)
2 parents c8ff1cc + d00b638 commit a7a538c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/completion.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Perform a Hack to confirm completion
22
function! completion#completion_confirm() abort
33
lua require'completion'.toggleConfirm()
4-
call nvim_feedkeys("<C-Y>", "n", v:true)
4+
call nvim_feedkeys("\<C-Y>", "n", v:true)
55
endfunction
66

77
function! completion#wrap_completion() abort

0 commit comments

Comments
 (0)