view runtime/indent/javascript.vim @ 7024:cb0592df6c86 vim72

Close unused branch 'vim72'
author Bram Moolenaar <bram@vim.org>
date Tue, 18 Aug 2015 21:52:12 +0200
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<"