Update runtime files

This commit is contained in:
Bram Moolenaar
2022-06-17 15:42:40 +01:00
parent 616592e081
commit d592deb336
35 changed files with 740 additions and 612 deletions

View File

@ -4,6 +4,12 @@
" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
" Last Change: 24 Sep 2021
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal indentexpr=GetDTDIndent()
setlocal indentkeys=!^F,o,O,>
setlocal nosmartindent