Mercurial > vim
view runtime/indent/docbk.vim @ 13845:f22db93bd887 v8.0.1794
patch 8.0.1794: duplicate term options after renaming
commit https://github.com/vim/vim/commit/b833c1ef7be1ed216a967dd7262473ec97084fa2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 5 16:36:06 2018 +0200
patch 8.0.1794: duplicate term options after renaming
Problem: Duplicate term options after renaming.
Solution: Remove the old names 'termkey', 'termsize' and 'terminalscroll'.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 05 May 2018 16:45:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim indent file " Language: DocBook Documentation Format " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2006-04-19 if exists("b:did_indent") finish endif " Same as XML indenting for now. runtime! indent/xml.vim if exists('*XmlIndentGet') setlocal indentexpr=XmlIndentGet(v:lnum,0) endif