Browse Source

ArduPlane: remove mention to .pde files

We don't support them anymore.
mission-4.1.18
Lucas De Marchi 9 years ago
parent
commit
0eab8847f2
  1. 4
      ArduPlane/createTags

4
ArduPlane/createTags

@ -14,7 +14,6 @@ ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
#" line enables syntax highlighting by default. #" line enables syntax highlighting by default.
#syntax on #syntax on
#filetype on #filetype on
#au BufNewFile,BufRead *.pde set filetype=cpp
#" If using a dark background within the editing area and syntax highlighting #" If using a dark background within the editing area and syntax highlighting
#" turn on this option as well #" turn on this option as well
@ -57,9 +56,6 @@ ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
#let OmniCpp_MayCompleteScope = 1 " autocomplete after :: #let OmniCpp_MayCompleteScope = 1 " autocomplete after ::
#let OmniCpp_DefaultNamespaces = ["std", "_GLIBCXX_STD"] #let OmniCpp_DefaultNamespaces = ["std", "_GLIBCXX_STD"]
#" arduino syntax
#au BufNewFile,BufRead *.pde setf arduino
#" automatically open and close the popup menu / preview window #" automatically open and close the popup menu / preview window
#"au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif #"au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
#"set completeopt=menuone,menu,longest,preview #"set completeopt=menuone,menu,longest,preview

Loading…
Cancel
Save