ArduPlane: remove mention to .pde files

We don't support them anymore.
This commit is contained in:
Lucas De Marchi 2016-05-06 13:24:05 -03:00
parent 668ebf160e
commit 0eab8847f2
1 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@ ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
#" line enables syntax highlighting by default.
#syntax on
#filetype on
#au BufNewFile,BufRead *.pde set filetype=cpp
#" If using a dark background within the editing area and syntax highlighting
#" 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_DefaultNamespaces = ["std", "_GLIBCXX_STD"]
#" arduino syntax
#au BufNewFile,BufRead *.pde setf arduino
#" automatically open and close the popup menu / preview window
#"au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
#"set completeopt=menuone,menu,longest,preview