Mercurial > vim
view runtime/indent/xhtml.vim @ 14491:9df0fcbfebb2 v8.1.0259
patch 8.1.0259: no test for fixed quickfix issue
commit https://github.com/vim/vim/commit/3f347e4716c44cf6458be407e712e3d708d82580
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 9 21:19:20 2018 +0200
patch 8.1.0259: no test for fixed quickfix issue
Problem: No test for fixed quickfix issue.
Solution: Add a test. Clean up the code a bit. (Yegappan Lakshmanan)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 09 Aug 2018 21:30:05 +0200 |
parents | 25dd5036f2b0 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim indent file " Language: XHTML " Maintainer: Bram Moolenaar <Bram@vim.org> (for now) " Last Change: 2005 Jun 24 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif " Handled like HTML for now. runtime! indent/html.vim