Mercurial > vim
view runtime/compiler/xmlwf.vim @ 16489:42910f306377 v8.1.1248
patch 8.1.1248: no test for dec mouse
commit https://github.com/vim/vim/commit/92fd599e0d85bdd7462926b2e5bcf7ce65fccc50
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 2 23:00:22 2019 +0200
patch 8.1.1248: no test for dec mouse
Problem: No test for dec mouse.
Solution: Add some tests for dec mouse. Add "no_query_mouse".
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 02 May 2019 23:15:06 +0200 |
parents | 3fc0f57ecb91 |
children | 2704c4e3e20a |
line wrap: on
line source
" Vim Compiler File " Compiler: xmlwf " Maintainer: Robert Rowsome <rowsome@wam.umd.edu> " Last Change: 2004 Mar 27 if exists("current_compiler") finish endif let current_compiler = "xmlwf" let s:cpo_save = &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=xmlwf\ % CompilerSet errorformat=%f:%l%c:%m let &cpo = s:cpo_save unlet s:cpo_save