crontab -e support

This commit is contained in:
Loic Nageleisen 2014-01-23 15:29:32 +01:00
parent 7a6697dbaf
commit f9616935d0

3
vimrc
View file

@ -274,4 +274,7 @@ autocmd VimEnter * call RestoreSession()
"matchit "matchit
source $VIMRUNTIME/macros/matchit.vim source $VIMRUNTIME/macros/matchit.vim
"crontab -e
au! BufNewFile,BufRead crontab.* set nobackup | set nowritebackup
" vim: ft=vim " vim: ft=vim