Malcolm Rowe wrote: > > After a0f849e > <https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2>, > using netrw seems to break window navigation in some circumstances: > > $ cat > /tmp/vimrc > set nocompatible > filetype plugin on > $ vim -u /tmp/vimrc -U NONE > :Se > (open any file) > ^wj > :Se > > At this point you have three splits: 1) the file you opened, 2) a > netrw window, and 3) the [No Name] window you started with. > > In 7.4.901, the focus is now in the newly-opened netrw window, and > everything works. > After a0f849e > <https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2> > (i.e. in 7.4.902), the focus is in the top-most window, and window > navigation (|^wj|, |:wincmd|, etc) no longer functions. > > I'm not entirely sure whether this is a netrw problem or a Vim > problem, though it seems odd that a plugin would be able to break this. > > I don't see this issue. Please add a line to your minimal /tmp/vimrc:
so (your path to vim directory)/plugin/netrwPlugin.vim and run it with vim -u /tmp/vimrc -U NONE --noplugins to avoid having any plugin interference. Also, you might want to get the latest netrw (v155b) from my website: http://www.drchip.org/astronaut/vim/index.html#NETRW Regards, Chip Campbell -- -- 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/d/optout.
