Patch 9.0.0659
Problem: Wrong type of comment in SetSyn() function.
Solution: Use Vim9 comment. (closes #11278)
Files: runtime/synmenu.vim
*** ../vim-9.0.0658/runtime/synmenu.vim 2022-06-27 23:07:53.000000000 +0100
--- runtime/synmenu.vim 2022-10-04 18:36:17.709774660 +0100
***************
*** 13,18 ****
--- 13,22 ----
g:use_fvwm_2 = name == "fvwm2"
filetype = "fvwm"
endif
+ if name == "whitespace"
+ # do not replace the filetype but add whitespace on top
+ filetype = &ft .. ".whitespace"
+ endif
if !exists("s:syntax_menu_synonly")
exe "set ft=" .. filetype
if exists("g:syntax_manual")
*** ../vim-9.0.0658/src/version.c 2022-10-04 16:50:15.663997565 +0100
--- src/version.c 2022-10-04 18:39:38.933538982 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 659,
/**/
--
MAN: You don't frighten us, English pig-dog! Go and boil your bottoms,
son of a silly person. I blow my nose on you, so-called Arthur-king,
you and your silly English K...kaniggets.
He puts hands to his ears and blows a raspberry.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221004174341.1D9221C09A3%40moolenaar.net.