Vundle does not load
Konfekt opened this issue · 4 comments
Probably Vundle does not load in ftplugin subdirectories. Consider renaming to tex_textobj-latex.vim for example.
At the moment the following serves:
if filereadable(expand("~/.vim/bundle/vim-textobj-latex/ftplugin/tex/textobj-latex.vim"))
if has("autocmd")
autocmd BufNewFile,BufRead *.tex execute ":source ".expand("~/.vim/bundle/vim-textobj-latex/ftplugin/tex/textobj-latex.vim")
endif
endif
That's weird, it works well for me. Can you share your vundle configuration? Mine is at https://github.com/rbonvall/dotvim/blob/master/bundles.vim
I opened an issue at Vundle and it seems to be a common problem on
Windows.
Take a look at
VundleVim/Vundle.vim#433 (comment)
Am jeudi 10 avril 2014 15:31:37 schrieb Roberto Bonvallet:
That's weird, it works well for me. Can you share your vundle
configuration? Mine is at
https://github.com/rbonvall/dotvim/blob/master/bundles.vim—
Reply to this email directly or view it on GitHub
#3 (comment).
@rbonvall Do you ever use your vimrc setup with all those plugins on Windows? I'm beginning to suspect some platform issue.
@starcraftman No, I haven't managed to get the plugins working on Windows. When I have to edit text on Windows, I always end up resorting to vanilla Vim.