Why VIM is not my favorite editor
UPDATE:
clang_complete is what the people want and what the doctor ordered:
https://github.com/Rip-Rip/clang_complete
let g:clang_snippets=1
let g:clang_conceal_snippets=1
C^X, C^U, profit. Another awesome development for LLVM!
It sucks for C and C++ development.
Popup code completion ("IntelliSense") is a godsend. Instead …
more ...