summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/crontab.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/ftplugin/crontab.mnv')
-rw-r--r--mnv/runtime/ftplugin/crontab.mnv16
1 files changed, 16 insertions, 0 deletions
diff --git a/mnv/runtime/ftplugin/crontab.mnv b/mnv/runtime/ftplugin/crontab.mnv
new file mode 100644
index 0000000000..901a1327cb
--- /dev/null
+++ b/mnv/runtime/ftplugin/crontab.mnv
@@ -0,0 +1,16 @@
+" MNV filetype plugin
+" Language: crontab
+" Maintainer: Keith Smiley <keithbsmiley@gmail.com>
+" Last Change: 2022 Sep 11
+
+" Only do this when not done yet for this buffer
+if exists("b:did_ftplugin")
+ finish
+endif
+
+" Don't load another plugin for this buffer
+let b:did_ftplugin = 1
+
+let b:undo_ftplugin = "setl commentstring<"
+
+setlocal commentstring=#\ %s