Mercurial > vim
view runtime/syntax/htmlcheetah.vim @ 33214:39bc126cc890 v9.0.1884
patch 9.0.1884: Wrong order of arguments for error messages
Commit: https://github.com/vim/vim/commit/1bd2cb11694690a77e4141bce2e34d9dfb882f1c
Author: Christ van Willegen <cvwillegen@gmail.com>
Date: Fri Sep 8 19:17:09 2023 +0200
patch 9.0.1884: Wrong order of arguments for error messages
Problem: Wrong order of arguments for error messages
Solution: Reverse order or arguments for e_aptypes_is_null_nr_str
closes: #13051
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 08 Sep 2023 19:30:05 +0200 |
parents | 43efa4f5a8ea |
children |
line wrap: on
line source
" Vim syntax file " Language: HTML with Cheetah tags " Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2003-05-11 " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif if !exists("main_syntax") let main_syntax = 'html' endif runtime! syntax/cheetah.vim runtime! syntax/html.vim unlet b:current_syntax syntax cluster htmlPreproc add=cheetahPlaceHolder syntax cluster htmlString add=cheetahPlaceHolder let b:current_syntax = "htmlcheetah"