From: Christian Brabandt Date: Wed, 10 Jul 2024 17:33:33 +0000 (+0200) Subject: runtime(htmlangular): correct comment X-Git-Tag: v9.1.0556~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a14d5469681676310d39c19e110a57cd8ac7c6;p=thirdparty%2Fvim.git runtime(htmlangular): correct comment related: #15190 Signed-off-by: Christian Brabandt --- diff --git a/runtime/ftplugin/htmlangular.vim b/runtime/ftplugin/htmlangular.vim index b181b203d0..b114372442 100644 --- 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 -" 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