You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SideSearch(): if cmd is called with a path at the end, convert it to absolute path (#17)
* SideSearch(): if cmd is called with a path at the end, convert it to absolute path
This fixes use case, when for example user specifies a relative path as the last argument to `:SideSearch` and then navigates from one file to another while his Vim config changes current Vim dir on every file/buffer opening/selection, for example with this config:
```
set autochdir
autocmd BufEnter * lcd %:p:h
```
* Update side-search.vim
0 commit comments