Jeri Raye wrote: > I use the mru.vim script to see the last files I used. > (http://www.vim.org/scripts/script.php?script_id=521) > When I type :MRU I get my recent files. > When I select a recent used file I get the Error: > E190: Cannot open "C:\Program Files\Vim/_vim_mru_files" for > writing.
You should not be trying to write any files under "Program Files". I have no idea what Vim and its plugins do with the kind of installation you have (default). I put my tools (including Vim) in my own directory and have $HOME and PATH set appropriately. Look in the mru.vim file for suggestions about how to tell it where you want the MRU file written. You might also investigate: In Vim, enter: :echo $HOME At cmd prompt: set H $HOME should be HOMEDRIVE combined with HOMEPATH (settable in the properties of the user in lusrmgr.msc if available on your system). John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
