From ea984b91ae477310ac7226fb56338a40531b07cb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Dec 2010 06:05:29 +0000 Subject: Update vim support files. git-svn-id: http://svn.drobilla.net/resp/resp@274 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- support/vim/indent/tuplr.vim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 support/vim/indent/tuplr.vim (limited to 'support/vim/indent/tuplr.vim') 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 -" 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 -- cgit v1.2.1