blob: 2c26bb8e7a62bdd2b61f7a7d0033fe783d084cc4 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./runtime/vimrc.new.orig 2016-08-10 16:02:45.000000000 -0500
+++ ./runtime/vimrc.new 2016-08-11 11:46:09.385806714 -0500
@@ -49,6 +49,9 @@
endif " has("autocmd")
+" Make vim work with the 'crontab -e' command
+set backupskip+=/var/spool/cron/*
+
" Add optional packages.
"
" The matchit plugin makes the % command work better, but it is not backwards
|