1

I am getting error when I use vimdiff command.

E91: 'shell' option is empty

Is there any configuration I have to do in order to user this command like setting DISPLAY? Can someone please help me?

1
  • What's the full command line when you call vimdiff? Commented Jul 2, 2011 at 4:36

2 Answers 2

2

You'll get the answer by typing:

:help E91

Vim is very well documented. You can generally find answers using :help or :helpgrep.

Sign up to request clarification or add additional context in comments.

Comments

1

Try setting the shell option. I have

:set shell=/bin/bash

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.