From 5c9655eb751ec550aaa5c408e5b5fedac3df27eb Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 23 Aug 2015 14:54:52 +0900 Subject: [PATCH] Add completed snippet feature doc --- doc/neosnippet.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 440ba8b..354dcb3 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -772,5 +772,13 @@ files. https://github.com/Shougo/neosnippet.vim/network If splitted default snippets, users can fork and change it easily. +Q: I want to complete function arguments using neosnippet like clang_complete. + +A: Yes, you can. You can just complete the candidate from completion window +and expand the candidate as trigger. +Note: It works in "func(arg1, arg2, ...)" prototypes only. +Note: It is experiental feature. +Note: |v:completed_item| feature is needed. + ============================================================================== vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: