]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(htmlangular): correct comment
authorChristian Brabandt <cb@256bit.org>
Wed, 10 Jul 2024 17:33:33 +0000 (19:33 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 10 Jul 2024 17:33:33 +0000 (19:33 +0200)
related: #15190

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/htmlangular.vim

index b181b203d0a187dc6b1c6950e721134a633f6601..b114372442c63727d85552a0612b7e0b92843831 100644 (file)
@@ -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