view runtime/indent/xslt.vim @ 31087:a220f176350a v9.0.0878

patch 9.0.0878: Coverity warns for dead code Commit: https://github.com/vim/vim/commit/b298fe6cbae3b240b10dbd55d9c38d0cc8e033d3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 14 14:36:41 2022 +0000 patch 9.0.0878: Coverity warns for dead code Problem: Coverity warns for dead code. Solution: Remove the dead code.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Nov 2022 15:45:04 +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