mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 00:55:23 +00:00
14 lines
310 B
VimL
14 lines
310 B
VimL
" Vim filetype plugin file
|
|
" Language: mbsync configuration file
|
|
" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> (invalid)
|
|
" Last Change: 2025 Apr 13
|
|
|
|
if (exists('b:did_ftplugin'))
|
|
finish
|
|
endif
|
|
let b:did_ftplugin = 1
|
|
|
|
let b:undo_ftplugin = "setlocal commentstring<"
|
|
|
|
setlocal commentstring=#\ %s
|