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/resp.vim | 15 +++++++++++++++ support/vim/indent/tuplr.vim | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 support/vim/indent/resp.vim delete mode 100644 support/vim/indent/tuplr.vim (limited to 'support/vim/indent') diff --git a/support/vim/indent/resp.vim b/support/vim/indent/resp.vim new file mode 100644 index 0000000..9121c6c --- /dev/null +++ b/support/vim/indent/resp.vim @@ -0,0 +1,15 @@ +" Vim indent file +" Language: Resp +" Maintainer: Dave Robillard +" Last Change: 2010 Dec 1 + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +setlocal lisp +setlocal lispwords=def,fn,match,def-type +setlocal expandtab + +runtime! indent/lisp.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