To: vim_dev@googlegroups.com Subject: Patch 9.0.0659 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///