On Nov 30, 2013 10:06 PM, "Mauro Sacchetto" <[email protected]> wrote: > > i put some local configuration files for latex-suite > in ~/.vim/ftplugin/latex-suite. but it continues > to read the system configuration files placed in > /usr/share/vim/addons/ftplugin/latex-suite/ and in > /var/lib/vim/addons/ftplugin/latex-suite. > how can i suggest vim to read my local files?
These are not *configuration* files. These are source code files. You should use ftplugin/tex directory or ftplugin/tex.vim file to make your settings loaded when you open tex file and vimrc or plugin/ directory to make them applied always. > > thanx > ms > > > -- > Linux user no.: 353546 > public key at http://keyserver.linux.it > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
