cppcoder
cppcoder

Reputation: 23145

How to configure vimdiff

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?

Upvotes: 1

Views: 588

Answers (2)

niejieqiang
niejieqiang

Reputation: 177

You'll get the answer by typing:

:help E91

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

Upvotes: 2

Erikw
Erikw

Reputation: 764

Try setting the shell option. I have

:set shell=/bin/bash

Upvotes: 1

Related Questions