oscarh / vimerl

A set of erlang plugins for VIM. This is not maintained, better use som modern fork of this!
159 stars 99 forks source link

How to use g:erlangWranglerPath? #15

Open JianMeng opened 12 years ago

JianMeng commented 12 years ago

In README, I see this:

Set the location of the Wrangler tool: (default: "/usr/share/wrangler/") g:erlangWranglerPath

Do you mean i add a line like this to ~/.vimrc.

g:erlangWranglerPath = path/to/wrangler.

oscarh commented 12 years ago

Hi,

Yes, that's the idea :-)

/Oscar

Jian Meng reply@reply.github.com wrote:

In README, I see this:

Set the location of the Wrangler tool: (default: "/usr/share/wrangler/") g:erlangWranglerPath

Do you mean i add a line like this to ~/.vimrc.

g:erlangWranglerPath = path/to/wrangler.


Reply to this email directly or view it on GitHub: https://github.com/oscarh/vimerl/issues/15

JianMeng commented 12 years ago

I have try a that way by add following to my .vimrc,

g:erlangWranglerPath "/usr/local/lib/erlang/lib/wrangler-1.0/"

But fail with vim error :

E486: 找不到模式: erlangWranglerPath "/usr/local/lib/erlang/lib/wrangler-1.0/" 请按 ENTER 或其它命令继续

So I change the default url in code