mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:106899e: runtime(dnsmasq): include simple filetype plugin
closes: vim/vim#16671
106899eb21
Co-authored-by: dringsim <dringsim@qq.com>
This commit is contained in:
committed by
Christian Clason
parent
9996a36cd5
commit
40dfc4ebd1
11
runtime/ftplugin/dnsmasq.vim
Normal file
11
runtime/ftplugin/dnsmasq.vim
Normal file
@ -0,0 +1,11 @@
|
||||
" Vim filetype plugin
|
||||
" Language: dnsmasq
|
||||
" Maintainer: dringsim <dringsim@qq.com>
|
||||
" Last Change: 2025-02-18
|
||||
|
||||
if exists('b:did_ftplugin')
|
||||
finish
|
||||
endif
|
||||
|
||||
" Behaves mostly just like cfg
|
||||
runtime! ftplugin/cfg.vim
|
Reference in New Issue
Block a user