changeset 27972:9c0b7953016e v8.2.4511

patch 8.2.4511: filetype test fails Commit: https://github.com/vim/vim/commit/c12dc47b8f80c02e4fdcdb38b8217e1c06a11368 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 13:45:56 2022 +0000 patch 8.2.4511: filetype test fails Problem: Filetype test fails. Solution: Change "endw" to "endwhile".
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Mar 2022 15:00:03 +0100
parents 2be05b18f160
children af916df7c907
files runtime/autoload/dist/ft.vim src/version.c
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/autoload/dist/ft.vim
+++ b/runtime/autoload/dist/ft.vim
@@ -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
 
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4511,
+/**/
     4510,
 /**/
     4509,