Closed gabebw closed 6 years ago
I tried adding this in 5e2e309fc93aa6129c711d61c595f32dc8d422a1, but I had two augroups named "vimrc", and they conflicted so the auto-sourcing of the vimrc kept getting wiped.
augroup
To fix this, I added the autocmd to the existing augroup vimrc.
autocmd
augroup vimrc
I confirmed that it really does work this time.
Fixes #110.
Thank you to @teoljungberg for solving the problem!
I tried adding this in 5e2e309fc93aa6129c711d61c595f32dc8d422a1, but I had two
augroup
s named "vimrc", and they conflicted so the auto-sourcing of the vimrc kept getting wiped.To fix this, I added the
autocmd
to the existingaugroup vimrc
.I confirmed that it really does work this time.
Fixes #110.