Mercurial > vim
view runtime/indent/xslt.vim @ 34244:d15d40bf532b
runtime(doc): correct Vim patch for Wayland support
Commit: https://github.com/vim/vim/commit/8fecb472c4a3f0f1ea364422424c56d1e0771b3e
Author: Christian Brabandt <cb@256bit.org>
Date: Tue Jan 30 23:37:41 2024 +0100
runtime(doc): correct Vim patch for Wayland support
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 30 Jan 2024 23:45:03 +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