Fix netrw script to always open pwd

This commit is contained in:
Talia 2020-08-19 14:02:20 +02:00
parent 2385de4314
commit 02da84e98b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function s:vex()
if netrw_windows->len() > 0
call win_gotoid(netrw_windows[0]["winid"])
else
Vex
Vex .
end
endfun