vimrc.after does not seem to be honoured
TimWSpence opened this issue · 2 comments
TimWSpence commented
janus doesn't seem to honour my .vimrc.after settings. Looking at janus/vim/vimrc, it looks like the last line should possibly say
source ~/.vimrc.after
?
TimWSpence commented
Problem looks like it could have been introduced with commit 43e6a1a .
Maybe I'm missing something but it seems to have moved the sourcing functionality to janus/vim/core/after/plugin/vimrc_after.vim b/janus/vim/core/after/plugin/vimrc_after.vim and a quick grep suggested that nothing sources this hence .vimrc.after is never called? Although this was a LONG time ago so I can't really see that that is the problem
kalbasit commented
@TimWSpence that path should be loaded automatically, run the command :set rtp?
to confirm the path is there.