From 99c0266410fd9319dab05b894918ee5e0ea6cc18 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Fri, 27 Dec 2019 16:34:01 -0800 Subject: [PATCH] Set the comment character for crontab in VIM --- vim/ftplugin/crontab.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftplugin/crontab.vim diff --git a/vim/ftplugin/crontab.vim b/vim/ftplugin/crontab.vim new file mode 100644 index 0000000..5400ceb --- /dev/null +++ b/vim/ftplugin/crontab.vim @@ -0,0 +1 @@ +let b:ml_commentstring = '# %s' -- GitLab