Skip to content

Commit 50ba07c

Browse files
committed
Syntax cleanups for gui_mac.txt help file
Add "MACVIM REFERENCE" to syntax rule to reflect the new header to make it look less weird. Also remove the "last changed date" header since I rarely update it and it's not particularly useful given how in MacVim the runtime is always bundled anyway.
1 parent 7af806d commit 50ba07c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

runtime/doc/gui_mac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui_mac.txt* Last change: 2023 Feb 7
1+
*gui_mac.txt*
22

33
MACVIM REFERENCE MANUAL
44

runtime/syntax/help.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ syn match helpNormal "|||"
4242
syn match helpNormal ":|vim:|" " for :help modeline
4343
syn match helpVim "\<Vim version [0-9][0-9.a-z]*"
4444
syn match helpVim "VIM REFERENCE.*"
45+
syn match helpVim "MACVIM REFERENCE.*"
4546
syn match helpOption "'[a-z]\{2,\}'"
4647
syn match helpOption "'t_..'"
4748
syn match helpNormal "'ab'"

0 commit comments

Comments
 (0)