> my .vimrc looks: > [...] > "filetype on > filetype plugin on > let g:tex_flavor='latex' > "filetype indent on
Dear Rudra Banerjee, it seems that you have enabled filetype detection and plugin loading only (through "filetype plugin on"). Please uncomment the filetype indent on" line. >From vim's 'filetype.txt' help file [1]: *:filetype-indent-on* You can enable loading the indent file for specific file types with: :filetype indent on If filetype detection was not switched on yet, it will be as well. This actually loads the file "indent.vim" in 'runtimepath'. The result is that when a file is edited its indent file is loaded (if there is one for the detected filetype). Regards, Alessandro [1] http://vimdoc.sourceforge.net/htmldoc/filetype.html ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel