diff options
Diffstat (limited to 'mnv/runtime/ftplugin/mbsync.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/mbsync.mnv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/mbsync.mnv b/mnv/runtime/ftplugin/mbsync.mnv new file mode 100644 index 0000000000..df4af59bc2 --- /dev/null +++ b/mnv/runtime/ftplugin/mbsync.mnv @@ -0,0 +1,13 @@ +" MNV filetype plugin file +" Language: mbsync configuration file +" Maintainer: Pierrick Guillaume <pguillaume@fymyte.com> +" 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 |
