Fix netrw script to always open pwd
This commit is contained in:
parent
2385de4314
commit
02da84e98b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function s:vex()
|
||||||
if netrw_windows->len() > 0
|
if netrw_windows->len() > 0
|
||||||
call win_gotoid(netrw_windows[0]["winid"])
|
call win_gotoid(netrw_windows[0]["winid"])
|
||||||
else
|
else
|
||||||
Vex
|
Vex .
|
||||||
end
|
end
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue