Browse Source

ArduPlane: don't use avr include dir for tags

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
e5595ff11c
  1. 3
      ArduPlane/createTags

3
ArduPlane/createTags

@ -3,8 +3,7 @@
ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \ ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
. \ . \
../libraries/* \ ../libraries/*
/usr/lib/avr/include
# sample vimrc file # sample vimrc file
# you'll need to have omnicpp plugin for vim # you'll need to have omnicpp plugin for vim

Loading…
Cancel
Save