mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
crontab -e support
This commit is contained in:
parent
7a6697dbaf
commit
f9616935d0
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue