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

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

11 lines
240 B
VimL
Raw Permalink Normal View History

" Vim filetype plugin file
" Language: OpenSSH server configuration file
" Maintainer: Yinzuo Jiang <jiangyinzuo@foxmail.com>
" Latest Revision: 2024-05-17
if exists("b:did_ftplugin")
finish
endif
runtime! ftplugin/conf.vim