diff options
Diffstat (limited to 'support/vim/indent/tuplr.vim')
-rw-r--r-- | support/vim/indent/tuplr.vim | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/support/vim/indent/tuplr.vim b/support/vim/indent/tuplr.vim deleted file mode 100644 index 8e0c6e4..0000000 --- a/support/vim/indent/tuplr.vim +++ /dev/null @@ -1,15 +0,0 @@ -" Vim indent file -" Language: Tuplr -" Maintainer: Dave Robillard <dave@drobilla.net> -" Last Change: 2009 Mar 5 - -" Only load this indent file when no other was loaded. -if exists("b:did_indent") - finish -endif - -setlocal lisp -setlocal lispwords=def,fn,match,type -setlocal expandtab - -runtime! indent/lisp.vim |