1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-23 10:15:11 +01: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 Permalink 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