summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/env.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/env.mnv')
-rw-r--r--mnv/runtime/ftplugin/env.mnv19
1 files changed, 19 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/env.mnv b/mnv/runtime/ftplugin/env.mnv
new file mode 100644
index 0000000000..54479d8106
--- /dev/null
+++ b/mnv/runtime/ftplugin/env.mnv
@@ -0,0 +1,19 @@
+" MNV filetype plugin file
+" Language: env
+" Maintainer: This runtime file is looking for a new maintainer.
+" Last Change: 2026 Feb 27
+
+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=b:# commentstring=#\ %s formatoptions-=t formatoptions+=croql
+
+let &cpo = s:cpo_save
+unlet s:cpo_save