view runtime/indent/xslt.vim @ 2679:763272b18e4f v7.3.098

updated for version 7.3.098 Problem: Function that ignores error still causes called_emsg to be set. E.g. when expand() fails the status line is disabled. Solution: Move check for emsg_not_now() up. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Jan 2011 19:25:50 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

" Vim indent file
" Language:    XSLT .xslt files
" Maintainer:  David Fishburn <fishburn@ianywhere.com>
" Last Change: Wed May 14 2003 8:48:41 PM

" 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