Merge pull request #32442 from zeertzjq/vim-407319f

vim-patch: runtime file updates
This commit is contained in:
zeertzjq 2025-02-14 20:48:39 +08:00 committed by GitHub
commit dc33879dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,14 @@
" Vim filetype plugin
" Language: exports(5) configuration file
" Maintainer: Matt Perry <matt@mattperry.com>
" Last Change: 2025 Feb 13
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
setlocal comments=:# commentstring=#\ %s
setlocal formatoptions-=t formatoptions+=croql
let b:undo_ftplugin = 'setl com< cms< fo<'

View File

@ -0,0 +1,14 @@
" Vim filetype plugin
" Language: smb.conf(5) configuration file
" Maintainer: Matt Perry <matt@mattperry.com>
" Last Change: 2025 Feb 13
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
setlocal comments=:;,:# commentstring=#\ %s
setlocal formatoptions-=t formatoptions+=croql
let b:undo_ftplugin = 'setl com< cms< fo<'