diff options
Diffstat (limited to 'runtime/autoload/dist/ft.vim')
-rw-r--r-- | runtime/autoload/dist/ft.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/autoload/dist/ft.vim b/runtime/autoload/dist/ft.vim index 4ea13f5ba..22974b6cc 100644 --- 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 |