user564448
user564448

Reputation: 387

Problem installing MRU.vim

I downloaded the MRU.vim file and put it in my /.vim folder (along with my other working plugins).

When I try to use

:MRU

i get

"E492: Not an editor command: MRU"

I'm using VIM v7.0 on Mac OSX Snow.

Any thoughts?

update I installed MacVim which has an option to "Choose a vim script to run". When i load MRU from there MRU starts working.

I've added mru.vim to the autoload folder yet still no joy.

Upvotes: 2

Views: 567

Answers (2)

emrahs
emrahs

Reputation: 1

probably file is in dos format

you can see this by writing

:set ff?

if result is dos

than try using:

:set ff=unix

Upvotes: 0

0x434D53
0x434D53

Reputation: 1463

Did you copy it to the .vim/plugin folder?

Upvotes: 1

Related Questions