summaryrefslogtreecommitdiffstats
path: root/patches/source/vim/vim.vimrc.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/vim/vim.vimrc.diff')
-rw-r--r--patches/source/vim/vim.vimrc.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/source/vim/vim.vimrc.diff b/patches/source/vim/vim.vimrc.diff
new file mode 100644
index 000000000..ec350341f
--- /dev/null
+++ b/patches/source/vim/vim.vimrc.diff
@@ -0,0 +1,12 @@
+--- ./runtime/vimrc_example.vim.orig 2019-01-04 17:35:22.000000000 -0600
++++ ./runtime/vimrc_example.vim 2019-01-11 14:43:36.366302054 -0600
+@@ -49,6 +49,9 @@
+
+ endif " has("autocmd")
+
++" Make vim work with the 'crontab -e' command
++set backupskip+=/var/spool/cron/*,/run/cron/*
++
+ " Add optional packages.
+ "
+ " The matchit plugin makes the % command work better, but it is not backwards