Mercurial > vim
view runtime/indent/javascript.vim @ 1752:a8aae2e1d2ae v7.2.049
updated for version 7.2-049
author | vimboss |
---|---|
date | Thu, 20 Nov 2008 16:10:17 +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<"