crontab -e does not work with vim
Hi,
As stated on the mailing list, crontab -e
discard saving changes if EDITOR is set to vim.
- export EDITOR=vim
- crontab -e
... add some lines ...
- save changes in vim, then quit
- crontab -e
-> changes were discarded
Then, use EDITOR=nano and see that changes were kept.