Mercurial > vim
view runtime/indent/xsd.vim @ 2235:4ba83ae8d505 vim73
Do not write an undo file if there is nothing to undo.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 30 May 2010 17:17:42 +0200 |
parents | 03b3684919e3 |
children |
line wrap: on
line source
" Vim indent file " Language: .xsd files (XML Schema) " Maintainer: Nobody " Last Change: 2005 Jun 09 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Use XML formatting rules runtime! indent/xml.vim