Mercurial > vim
view runtime/indent/xhtml.vim @ 28546:65ff2409cba4 v8.2.4797
patch 8.2.4797: getwininfo() may get oudated values
Commit: https://github.com/vim/vim/commit/8530b41fd3872c9a1349b083470d565677948518
Author: LemonBoy <thatlemon@gmail.com>
Date: Wed Apr 20 19:00:36 2022 +0100
patch 8.2.4797: getwininfo() may get oudated values
Problem: getwininfo() may get oudated values.
Solution: Make sure w_botline is up-to-date. (closes https://github.com/vim/vim/issues/10226)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 20 Apr 2022 20:15:03 +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