Hi, I noticed a "new" behavior with vim 7.4 and netrw plugin. Alternate buffer command (normal mode C-^ key) works differently than in vim 7.3.
Here are the steps how to see the difference: *vim 7.3* 1. /usr/bin/vim -u NORC -N (starting vim7.3) 2. :e Gemfile (open any random file) 3. :E (show netrw plugin buffer) 4. <in netrw buffer browse and open other random file - Gemfile.lock> 5. C-^ (alternate buffer) At this point vim shows netrw buffer opened in step 3 *vim 7.4* (the same steps) 1. vim -u NORC -N (starting vim7.4) 2. :e Gemfile 3. :E 4. <in netrw buffer browse and open other random file - Gemfile.lock> 5. C-^ At this point vim 7.4 shows 'Gemfile' file opened in step 2 What do you think is this a bug or new behavior? Thanks -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
