Closed Konfekt closed 7 years ago
If using the following autocmd to change the current work dir to the one of the current buffer
autocmd BufEnter * lcd %:p:h
then gitv throws the error E472.
This comes from the preview window. Try
autocmd FileType gitv lcd %:p:h
If using the following autocmd to change the current work dir to the one of the current buffer
then gitv throws the error E472.