Jean Johner wrote:
Hello,
Windows with default _vimrc.
Consider a diectory containing 2 files file1, file2
gvim file1
:e .
i twice (to get column list)
Click on file2
Result: open a new file named "ile2"

Errors in netrw v138b addressed in my latest posts are possibly
linked.
Hello,

The "default" _vimrc is no _vimrc; and that means "compatible" mode, so no plugins. Somehow I don't think that's what you meant.

So, I set up a <simple.vimrc> file:
set nocp
filetype plugin on

and used
gvim -u ../simple.vimrc file1

in a directory containing only two files (file1, file2), with simple.vimrc in the directory above. Following the rest of your instructions, I saw no problems (ie. switched to "wide" listing style, and no "ile2" when attempting to open file2 by using the mouse).

Regards,
Chip Campbell



--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to