changeset 35626:35f452cbbe0c

runtime(htmlangular): correct comment Commit: https://github.com/vim/vim/commit/a3a14d5469681676310d39c19e110a57cd8ac7c6 Author: Christian Brabandt <cb@256bit.org> Date: Wed Jul 10 19:33:33 2024 +0200 runtime(htmlangular): correct comment related: https://github.com/vim/vim/issues/15190 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Jul 2024 19:45:08 +0200
parents 6400067548b8
children 256723b12b48
files runtime/ftplugin/htmlangular.vim
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/ftplugin/htmlangular.vim
+++ b/runtime/ftplugin/htmlangular.vim
@@ -1,12 +1,12 @@
 " Vim filetype plugin file
 " Language: Angular HTML Template
 " Maintainer: Dennis van den Berg <dennis@vdberg.dev>
-" Last Change: 2024 Jul 8
+" Last Change: 2024 Jul 9
 
 " Only use this filetype plugin when no other was loaded.
 if exists("b:did_ftplugin")
   finish
 endif
 
-" Use HTML and Angular template ftplugins
+" source the HTML ftplugin
 runtime! ftplugin/html.vim