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

How do you cycle through completions? #499

Closed sittim closed 8 years ago

sittim commented 8 years ago
xaizek commented 8 years ago

What do you mean by "cycle"? The plugin provides list of matches, after that you pick completion from a generic completion menu where Ctrl+N, Ctrl+P and alike work and wrap around ends of list.

sittim commented 8 years ago

Thank you, I added pull request with your sentence added to readme.