comparison runtime/syntax/focexec.vim @ 25773:11b656e74444

Update runtime files Commit: https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 9 21:55:11 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 Sep 2021 22:00:10 +0200
parents 46763b01cd9a
children
comparison
equal deleted inserted replaced
25772:55753c17b73d 25773:11b656e74444
6 " $Revision: 1.1 $ 6 " $Revision: 1.1 $
7 7
8 " this is a very simple syntax file - I will be improving it 8 " this is a very simple syntax file - I will be improving it
9 " one thing is how to do computes 9 " one thing is how to do computes
10 " I don't like that &vars and FUSE() functions highlight to the same color 10 " I don't like that &vars and FUSE() functions highlight to the same color
11 " I think some of these things should get different hilights - 11 " I think some of these things should get different highlights -
12 " should MODIFY commands look different than TABLE? 12 " should MODIFY commands look different than TABLE?
13 13
14 " quit when a syntax file was already loaded 14 " quit when a syntax file was already loaded
15 if exists("b:current_syntax") 15 if exists("b:current_syntax")
16 finish 16 finish