Skip to content

Commit

Permalink
Syntax cleanups for gui_mac.txt help file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ychin committed Mar 2, 2023
1 parent 7af806d commit 50ba07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/doc/gui_mac.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_mac.txt* Last change: 2023 Feb 7
*gui_mac.txt*

MACVIM REFERENCE MANUAL

Expand Down
1 change: 1 addition & 0 deletions runtime/syntax/help.vim
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ syn match helpNormal "|||"
syn match helpNormal ":|vim:|" " for :help modeline
syn match helpVim "\<Vim version [0-9][0-9.a-z]*"
syn match helpVim "VIM REFERENCE.*"
syn match helpVim "MACVIM REFERENCE.*"
syn match helpOption "'[a-z]\{2,\}'"
syn match helpOption "'t_..'"
syn match helpNormal "'ab'"
Expand Down

0 comments on commit 50ba07c

Please sign in to comment.