xavierd / clang_complete

Vim plugin that use clang for completing C/C++ code.
http://www.vim.org/scripts/script.php?script_id=3302
1.96k stars 308 forks source link

Add optional snippet placeholders at the end again #544

Open lubgr opened 7 years ago

lubgr commented 7 years ago

Having the option clang_trailing_placeholder set to 1, there should be a trailing placeholder at the end of every completion string, if the snippets engine is clang_complete. This has previously been implemented by 742694b, but apparently wasn't ported to the newer python implementation of the snippet construction.