saccarosium / vim-netrw-salad

A delicious salad to go with your beloved netrw.
MIT License
2 stars 0 forks source link

broken - jumping to file #2

Open Konfekt opened 6 days ago

Konfekt commented 6 days ago

With vim --clean -u ~/.vimrc and ~/.vimrc reading

set nocompatible
filetype plugin indent on
syntax on

and Vim 9.1.369 on Ubuntu 20.04 and autoload/netrw.vim from 2024 Apr 03, then e ~/.vim/vimrc<cr>- should position the cursor at the file vimrc. Instead, it is positioned at \.., the first line after the banner.

Konfekt commented 6 days ago

Maybe relevant: https://github.com/tpope/vim-vinegar/issues/136