]> granicus.if.org Git - vim/commitdiff
patch 8.2.4511: filetype test fails v8.2.4511
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Mar 2022 13:45:56 +0000 (13:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Mar 2022 13:45:56 +0000 (13:45 +0000)
Problem:    Filetype test fails.
Solution:   Change "endw" to "endwhile".

runtime/autoload/dist/ft.vim
src/version.c

index 4ea13f5ba75482efc9e53b33f4fdb0d5a0f3aa24..22974b6cc098465cc656c6b77d7f0358b00bad24 100644 (file)
@@ -182,7 +182,7 @@ export def FTent()
       break
     endif
     lnum += 1
-  endw
+  endwhile
   setf dtd
 enddef
 
@@ -482,7 +482,7 @@ export def FTprogress_asm()
       break
     endif
     lnum += 1
-  endw
+  endwhile
   setf progress
 enddef
 
@@ -509,7 +509,7 @@ export def FTprogress_pascal()
       break
     endif
     lnum += 1
-  endw
+  endwhile
   setf progress
 enddef
 
index 3766c1154aeeb46a8d8c0918ee629dd903a169d3..6e337b4f1c5997f48dc0baf9ef80a1d51dce999a 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4511,
 /**/
     4510,
 /**/