I've followed the instructions in this question to install vim-latex using pathogen.
Now I'd like to have vim-latex compile using pdflatex instead of the default latex.
The instructions on the vim-latex page refer to creating a file called:
$VIM/ftplugin/tex.vim, where$VIMcorresponds to~/.vimfor *nix machines and~/vimfilesfor windows machines
Where should this file go when I'm using pathogen, and hence have no $VIM/ftplugin folder, rather a $VIM/bundle/ folder?
$VIM/ftplugindirectory and creatingtex.vimfile in that directory should still work. – Aditya Aug 14 '14 at 16:22$VIM/ftplugin/tex.vimfile because (I think) changes to files in$VIM/bundle/may be modified when you update your vim plugins. – Anthony Aug 14 '14 at 16:28