lh-cpp
lh-cpp copied to clipboard
Why no socket and printf in the list ?
For the list here https://github.com/LucHermitte/lh-cpp/blob/master/ftplugin/c/word.list, printf and socket are all normal functions in c language,why not add them in the word.list?
For two reasons:
- It's a list I obtained a long time ago from another plugin which did not support C functions either
- I seldom program in C
Anyway, I'll eventually complete this C++ list with C and POSIX word lists. I can't give a date though.