Always attempt to use a relative filename

This commit is contained in:
2021-04-21 13:01:11 +02:00
parent 76984a8f57
commit 6b47e20cdd

View File

@@ -174,6 +174,12 @@ augroup fuckingcomment
augroup END augroup END
" }}} " }}}
" Nice hack for project filenames
augroup relativize
autocmd!
autocmd FileReadPost,BufReadPost * cd .
augroup END
" For Terminal " For Terminal
" {{{ " {{{
if has('terminal') if has('terminal')