]> granicus.if.org Git - vim/commitdiff
patch 9.0.0659: wrong type of comment in SetSyn() function v9.0.0659
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 17:42:10 +0000 (18:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2022 17:42:10 +0000 (18:42 +0100)
Problem:    Wrong type of comment in SetSyn() function.
Solution:   Use Vim9 comment. (closes #11278)

runtime/synmenu.vim
src/version.c

index dd191d82996517072afc73a7b42949cc4e2133f4..947b16cdcad9b77717f5a73fae0426dff77429ce 100644 (file)
@@ -14,7 +14,7 @@ def SetSyn(name: string)
     filetype = "fvwm"
   endif
   if name == "whitespace"
-    " do not replace the filetype but add whitespace on top
+    # do not replace the filetype but add whitespace on top
     filetype = &ft .. ".whitespace"
   endif
   if !exists("s:syntax_menu_synonly")
index caaf96863f710ea4a73f4fd8b604666d0541732e..ce0dce07a660345d0df35e7a33eb41bdb8ece3d6 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    659,
 /**/
     658,
 /**/