view runtime/indent/javascript.vim @ 1266:54588e2e8041

updated for version 7.1
author vimboss
date Sat, 12 May 2007 14:38:41 +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<"