diff options
Diffstat (limited to 'mnv/runtime/ftplugin/slpreg.mnv')
| -rw-r--r-- | mnv/runtime/ftplugin/slpreg.mnv | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/slpreg.mnv b/mnv/runtime/ftplugin/slpreg.mnv new file mode 100644 index 0000000000..f3a04e78ae --- /dev/null +++ b/mnv/runtime/ftplugin/slpreg.mnv @@ -0,0 +1,20 @@ +" MNV filetype plugin file +" Language: RFC 2614 - An API for Service Location registration file +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2008-07-09 + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +let s:cpo_save = &cpo +set cpo&mnv + +let b:undo_ftplugin = "setl com< cms< fo<" + +setlocal comments=:#,:; commentstring=#\ %s +setlocal formatoptions-=t formatoptions+=croql + +let &cpo = s:cpo_save +unlet s:cpo_save |
