Mercurial > vim
view runtime/indent/xhtml.vim @ 16672:8abd2cb8441c v8.1.1338
patch 8.1.1338: hang when concealing the '>' shown for half of wide char
commit https://github.com/vim/vim/commit/0ebe12be86d9f79bfa833306a0302a68a0f4fc30
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri May 17 12:31:44 2019 +0200
patch 8.1.1338: hang when concealing the '>' shown for half of wide char
Problem: Hang when concealing the '>' shown for a wide char that doesn't
fit in the last cell.
Solution: Put back the pointer when the '>' is not going to be displayed.
(closes #4377)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 May 2019 12:45:06 +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