You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
283 B
14 lines
283 B
12 years ago
|
" Language: Racket 5.1
|
||
|
" Maintainer: Will Langstroth <will@langstroth.com>
|
||
|
" URL: http://github.com/wlangstroth/vim-racket
|
||
|
" Last Change: 2012-02-18
|
||
|
|
||
|
if exists("b:did_indent")
|
||
|
finish
|
||
|
endif
|
||
|
let b:did_indent = 1
|
||
|
|
||
|
setlocal ai nosi
|
||
|
|
||
|
let b:undo_indent = "setl ai< si<"
|