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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
211 B
VimL
Raw Normal View History

" 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