mirror of
https://github.com/vim/vim.git
synced 2025-12-10 18:46:57 -05:00
Update runtime files.
This commit is contained in:
7
runtime/ftplugin/systemd.vim
Normal file
7
runtime/ftplugin/systemd.vim
Normal file
@ -0,0 +1,7 @@
|
||||
" Vim filetype plugin file
|
||||
" Language: systemd.unit(5)
|
||||
|
||||
if !exists('b:did_ftplugin')
|
||||
" Looks a lot like dosini files.
|
||||
runtime! ftplugin/dosini.vim
|
||||
endif
|
||||
Reference in New Issue
Block a user