Mercurial > vim
view runtime/indent/xhtml.vim @ 28407:ed9b6069858b v8.2.4728
patch 8.2.4728: no test that v:event cannot be modified
Commit: https://github.com/vim/vim/commit/021996ffaa933d9dc0c3553ca01de93fbf3d522b
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun Apr 10 11:44:04 2022 +0100
patch 8.2.4728: no test that v:event cannot be modified
Problem: No test that v:event cannot be modified.
Solution: Add a test. (closes https://github.com/vim/vim/issues/10139)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 10 Apr 2022 12:45: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