mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.2.4511: filetype test fails
Problem: Filetype test fails. Solution: Change "endw" to "endwhile".
This commit is contained in:
6
runtime/autoload/dist/ft.vim
vendored
6
runtime/autoload/dist/ft.vim
vendored
@@ -182,7 +182,7 @@ export def FTent()
|
|||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
lnum += 1
|
lnum += 1
|
||||||
endw
|
endwhile
|
||||||
setf dtd
|
setf dtd
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
@@ -482,7 +482,7 @@ export def FTprogress_asm()
|
|||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
lnum += 1
|
lnum += 1
|
||||||
endw
|
endwhile
|
||||||
setf progress
|
setf progress
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
@@ -509,7 +509,7 @@ export def FTprogress_pascal()
|
|||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
lnum += 1
|
lnum += 1
|
||||||
endw
|
endwhile
|
||||||
setf progress
|
setf progress
|
||||||
enddef
|
enddef
|
||||||
|
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4511,
|
||||||
/**/
|
/**/
|
||||||
4510,
|
4510,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user