diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-10 19:47:15 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-11 00:41:40 +0200 |
commit | f24dd5481b34b8386a0742f2cade0e877702fcbe (patch) | |
tree | c5fd392bab85ad74de90b852b4ba8cc683ff8668 | |
parent | 15f6cf0c8f0eaf4f6ef5f1d8328afe19246ff94f (diff) | |
download | rneovim-f24dd5481b34b8386a0742f2cade0e877702fcbe.tar.gz rneovim-f24dd5481b34b8386a0742f2cade0e877702fcbe.tar.bz2 rneovim-f24dd5481b34b8386a0742f2cade0e877702fcbe.zip |
vim-patch:a3a14d5: runtime(htmlangular): correct comment
related: vim/vim#15190
https://github.com/vim/vim/commit/a3a14d5469681676310d39c19e110a57cd8ac7c6
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/ftplugin/htmlangular.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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 |