DrWu
DrWu

Reputation: 594

Extra blank file showing up when running crontab -e

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 https://imgur.com/GOScaxT

Upvotes: 0

Views: 55

Answers (1)

Ben Whaley
Ben Whaley

Reputation: 34426

Do you have a setting in the .vimrc that would cause this? Something like

au VimEnter * hsplit

Upvotes: 1

Related Questions