Mercurial > vim
view runtime/indent/xhtml.vim @ 17442:57b9fca8c7d2 v8.1.1719
patch 8.1.1719: popup too wide when 'showbreak' is set
commit https://github.com/vim/vim/commit/331bafd481fddfe542099d8cccd38d240c10c011
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 20 17:46:05 2019 +0200
patch 8.1.1719: popup too wide when 'showbreak' is set
Problem: Popup too wide when 'showbreak' is set.
Solution: Set window width when computing line length. (closes https://github.com/vim/vim/issues/4701)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 20 Jul 2019 18:00:07 +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