aboutsummaryrefslogtreecommitdiffstats
path: root/support/vim/indent
diff options
context:
space:
mode:
Diffstat (limited to 'support/vim/indent')
-rw-r--r--support/vim/indent/resp.vim (renamed from support/vim/indent/tuplr.vim)8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/vim/indent/tuplr.vim b/support/vim/indent/resp.vim
index 8e0c6e4..9121c6c 100644
--- a/support/vim/indent/tuplr.vim
+++ b/support/vim/indent/resp.vim
@@ -1,7 +1,7 @@
" Vim indent file
-" Language: Tuplr
-" Maintainer: Dave Robillard <dave@drobilla.net>
-" Last Change: 2009 Mar 5
+" Language: Resp
+" Maintainer: Dave Robillard <d@drobilla.net>
+" Last Change: 2010 Dec 1
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
@@ -9,7 +9,7 @@ if exists("b:did_indent")
endif
setlocal lisp
-setlocal lispwords=def,fn,match,type
+setlocal lispwords=def,fn,match,def-type
setlocal expandtab
runtime! indent/lisp.vim