0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

runtime(htmlangular): correct comment

related: #15190

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt 2024-07-10 19:33:33 +02:00
parent c03f631b7b
commit a3a14d5469
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View 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