inital checkin using existing vim and preparing for use of bash_magic
This commit is contained in:
11
vim/bundle/ubuntu-vim72/indent/scheme.vim
Normal file
11
vim/bundle/ubuntu-vim72/indent/scheme.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
" Vim indent file
|
||||
" Language: Scheme
|
||||
" Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
|
||||
" Last Change: 2005 Jun 24
|
||||
|
||||
" Only load this indent file when no other was loaded.
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! indent/lisp.vim
|
||||
Reference in New Issue
Block a user