diff --git a/vimrc b/vimrc index 0cf76d6..f399f7b 100644 --- a/vimrc +++ b/vimrc @@ -341,6 +341,6 @@ let OmniCpp_MayCompleteScope = 1 " autocomplete with :: let OmniCpp_SelectFirstItem = 2 " select first item (but don't insert) let OmniCpp_NamespaceSearch = 2 " search namespaces in this and included files let OmniCpp_ShowPrototypeInAbbr = 1 " show function prototype (i.e. parameters) in popup window -map :!$HOME/bin/ctags -R --c++-kinds=+p --fields=+iaS --extra=+q . +map :!etags -R --c++-kinds=+p --fields=+iaS --extra=+q . " add current directory's generated tags file to available tags set tags+=./tags