blob: ec350341f20a3dff081aa222555d52f5b03c0b61 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|