Mercurial > vim
view runtime/indent/xsd.vim @ 6725:bc62d1988bf2 v7.4.686
updated for version 7.4.686
Problem: "zr" and "zm" do not take a count.
Solution: Implement the count, restrict the fold level to the maximum
nesting depth. (Marcin Szamotulski)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 31 Mar 2015 17:46:22 +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