My custom Vsnip completion mapping function no longer works since commit db261b4 #1149
Closed
2 tasks done
Labels
bug
Something isn't working
FAQ
Announcement
Minimal reproducible full config
Description
Ever since commit db261b4 my custom
<C-s>
mapping no longer works.Note, this is the same mapping that was provided in this Reddit post.
It appears the native popup menu quickly appears, then disappears (I think).
Steps to reproduce
Open a file with some
vsnip
snippets and then hit<Control-s>
whilst in insert mode. Notice, no completion menu.Now do the same with commit 27bc575. Notice, the completion menu appears (with snippets).
Expected behavior
Native completion menu should appear.
Actual behavior
Native completion does not appear (or is immediately closed).
Additional context
Hopefully it is just a simple tweak to the
VsnipComplete
function.The text was updated successfully, but these errors were encountered: