Hello, Consider a directory with 3 files file1, file2, file3 1) Case where "let g:netrw_fastbrowse=2" is not in .vimrc Please do the following: gvim file1 (to open file1) :e. (to list current directory with netrw) click file2 (to open file2) :e. click file3 (to open file3) Use Menu/Buffers/Previous (or :bp) several times Result: you go to file2, then file1, then file3, then file2, then file1 ... (OK)
2) Case where "let g:netrw_fastbrowse=2" is activated in .vimrc Please do the following: gvim file1 (to open file1) :e. (to list current directory with netrw) click file2 (to open file2) :e. click file3 (to open file3) Use Menu/Buffers/Previous (or :bp) several times Result: you go to file2, then netrw (UNEXPECTED), then file1, then file3, then file2, then netrw ... Best regards Jean Johner -- 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
