diff options
Diffstat (limited to 'mnv/runtime/ftplugin/autopkgtest.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/autopkgtest.mnv | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/autopkgtest.mnv b/mnv/runtime/ftplugin/autopkgtest.mnv new file mode 100644 index 0000000000..74799241a8 --- /dev/null +++ b/mnv/runtime/ftplugin/autopkgtest.mnv @@ -0,0 +1,17 @@ +" MNV filetype plugin file +" Language: Debian autopkgtest control files +" Maintainer: Debian MNV Maintainers +" Last Change: 2025 Jul 05 +" URL: https://salsa.debian.org/mnv-team/mnv-debian/blob/main/ftplugin/autopkgtest.mnv + +" Do these settings once per buffer +if exists('b:did_ftplugin') + finish +endif +let b:did_ftplugin=1 + +setlocal comments=:# +setlocal commentstring=#\ %s + +" Clean unloading +let b:undo_ftplugin = 'setlocal comments< commentstring<' |
