| View previous topic :: View next topic |
| Author |
Message |
david_s Guest
|
Posted: Wed Oct 08, 2008 5:23 pm Post subject: Vim 7.2 breaks MRU plugin? |
|
|
I had MRU working fine in 7.1. Then I upgraded to 7.2 and now I get
E492: Not an editor command: MRU
Using :scriptnames in Vim shows that the plugin is loaded.
Any tips on debugging this problem I'm having? |
|
| |
|
Back to top |
John Beckett Guest
|
Posted: Mon Oct 13, 2008 3:08 pm Post subject: Re: Vim 7.2 breaks MRU plugin? |
|
|
david_s wrote:
| Quote: | I had MRU working fine in 7.1. Then I upgraded to 7.2 and now I get
E492: Not an editor command: MRU
|
I've got Vim 7.2 and MRU working OK. I don't remember any problems,
but I did get the new version of MRU.
http://www.vim.org/scripts/script.php?script_id=521
John |
|
| |
|
Back to top |
david_s Guest
|
Posted: Tue Oct 14, 2008 3:02 pm Post subject: Re: Vim 7.2 breaks MRU plugin? |
|
|
On Oct 13, 6:08 am, John Beckett <nom...@thanks.junk> wrote:
| Quote: | david_s wrote:
I had MRU working fine in 7.1. Then I upgraded to 7.2 and now I get
E492: Not an editor command: MRU
I've got Vim 7.2 and MRU working OK. I don't remember any problems,
but I did get the new version of MRU.http://www.vim.org/scripts/script.php?script_id=521
John
|
Oh man, I can't believe I missed the latest version. I think I used a
local stored copy instead of checking vim.org. Thanks a lot!
David |
|
| |
|
Back to top |
canoe Guest
|
Posted: Fri Oct 17, 2008 6:59 pm Post subject: Re: Vim 7.2 breaks MRU plugin? |
|
|
david_s wrote:
| Quote: | On Oct 13, 6:08 am, John Beckett <nom...@thanks.junk> wrote:
david_s wrote:
I had MRU working fine in 7.1. Then I upgraded to 7.2 and now I get
E492: Not an editor command: MRU
I've got Vim 7.2 and MRU working OK. I don't remember any problems,
but I did get the new version of MRU.http://www.vim.org/scripts/script.php?script_id=521
John
Oh man, I can't believe I missed the latest version. I think I used a
local stored copy instead of checking vim.org. Thanks a lot!
|
Maybe you ought to consider using getscripts: in a file
..vim/GetScripts/GetLatestVimScripts.dat
put
ScriptID SourceID Filename
--------------------------
521 1 mru
and, when you fire up vim:
:GLVS
getscripts will then get the latest mru.vim script from vim.sf.net if there's
been an update since you last ran :GLVS.
Canoe |
|
| |
|
Back to top |
|