view runtime/indent/javascript.vim @ 1653:d166fe2bfe74 v7.2a.005

updated for version 7.2a-005
author vimboss
date Fri, 27 Jun 2008 19:17:34 +0000
parents 2b8ff9e3c520
children 5ffe000a9ecf
line wrap: on
line source

" Vim indent file
" Language:	Javascript
" Maintainer:	None!  Wanna improve this?
" Last Change:	2007 Jan 22

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

" C indenting is not too bad.
setlocal cindent

let b:undo_indent = "setl cin<"