Reputation: 594
On Centos 6.5 when I type crontab -e for my user I get 2 files split vertically instead of just one. The top file is blank and can't be saved as it is a new file. THe bottom file is my actual crontab.
You can see it here
Upvotes: 0
Views: 55
Reputation: 34426
Do you have a setting in the .vimrc
that would cause this? Something like
au VimEnter * hsplit
Upvotes: 1