Error when opening more than 3 files with :e. (v138b) see below: Using a .vimrc containing just the 2 following lines: let g:netrw_fastbrowse = 2 let g:netrw_liststyle = 2 and doing gvim file1 :e. click on file2 (file2 opens) :e. click on file3 (file3 opens) :e. click on file4 (file4 opens)
Now do CTRL-O several times: netrw opens at line 1 with the cursor on file4 (OK) file3 opens netrw opens at line 1 with the cursor on file3 (OK) file2 opens file1 opens Conclusion: the jump before file1 with netrw with cursor on file2 has vanished. Remark: this does not occur with "let g:netrw_liststyle = 2" omitted in .vimrc 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
