vim omnicppcomplete pattern not found
问题 I installed vim7.3 on my computer (under windows 7) and i want to use an autocomplete plugin. I searched a lot and found that Omnicppcomplete is the best for that. So i followed this tutorial: Install OmniCppComplete plugin My _vimrc config file looks like this: set nocp filetype plugin on syntax on set filetype=cpp set tags+=C:/Program\ Files/Vim/vimfiles/tags/stl " build tags of your own project with CTRL+F12 "map <C-F12> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR> noremap <F12