Xavier de Gaye wrote: > This is a regression introduced somewhere after 7.4.944. > > This error occurs when opening a file and when: > let g:netrw_browse_split = 3 " <cr> open file in new tab > > Error message: > Error detected while processing function <SNR>27_NetrwBrowseChgDir: > line 135: > E121: Undefined variable: b:netrw_curdir > E116: Invalid arguments for function <SNR>27_SetRexDir > Hello!
I just tried that -- and no problem occurred. Please try the attached file: vim -u netrw.vimrc and try to come up with a sequence of commands that causes the above error message. Also, please use netrw v156b which you can get from my website: http://www.drchip.org/astronaut/vim/index.html#NETRW Thank you, 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.
" start vim with: vim -u netrw.vimrc --noplugins set nocp let g:netrw_browse_split= 3 set sol syn on runtime plugin/netrwPlugin.vim
