Hello, The situation is improving rapidly. I just installed netrw v137o. 1) Using a .vimrc containing just the following line: let g:netrw_fastbrowse = 2 and doing gvim file1 :e. (netrw opens at line 1 with line ../ in grey OK) click on file2 (file2 opens) :e. (netrw opens at line file2 in grey OK) click on file3 (file3 opens) Now do CTRL-O several times: netrw opens with file3 in grey (OK) file2 opens netrw opens with file2 in grey (OK) file1 opens
The way back with CTRL-I is OK For case 1), the behaviour is then perfect. 2) Using a .vimrc containing just the 2 following lines: let g:netrw_fastbrowse = 2 let g:netrw_liststyle = 2 and doing gvim file1 :e. (netrw opens at line 8 with the cursor on ../, why not on line 1) click on file2 (file2 opens) :e. (netrw opens at line 1 with the cursor at the beginning of the line containing file2, why not on file2) click on file3 (file3 opens) Now do CTRL-O several times: netrw opens at line 1 with the cursor on file3 (OK) file2 opens netrw opens at line 1 with the cursor on file2 (OK) file1 opens The way back with CTRL-I is OK So just 2 little imperfections in case 2) Best regards Jean Johner -- You received this message from the "vim_dev" 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 To unsubscribe, reply using "remove me" as the subject.
