1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-24 02:35:11 +01:00
vim/runtime/ftplugin/confini.vim

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

11 lines
206 B
VimL
Raw Normal View History

2022-06-03 21:59:47 +01:00
" Vim filetype plugin file
" Language: confini
" Quit if a ftplugin file was already loaded
if exists("b:did_ftplugin")
finish
endif
" Use the cfg plugin, it's similar enough.
runtime! ftplugin/cfg.vim