mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:a3a14d5: runtime(htmlangular): correct comment
related: vim/vim#15190
a3a14d5469
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
15f6cf0c8f
commit
f24dd5481b
@ -1,12 +1,12 @@
|
|||||||
" Vim filetype plugin file
|
" Vim filetype plugin file
|
||||||
" Language: Angular HTML Template
|
" Language: Angular HTML Template
|
||||||
" Maintainer: Dennis van den Berg <dennis@vdberg.dev>
|
" 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.
|
" Only use this filetype plugin when no other was loaded.
|
||||||
if exists("b:did_ftplugin")
|
if exists("b:did_ftplugin")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Use HTML and Angular template ftplugins
|
" source the HTML ftplugin
|
||||||
runtime! ftplugin/html.vim
|
runtime! ftplugin/html.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user