view runtime/indent/javascript.vim @ 1885:605f5c2f77ba v7.2.182

updated for version 7.2-182
author vimboss
date Sun, 17 May 2009 21:25:42 +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<"