>> Is it possible from userside to combine this to command together, i.e., >> some keyword mapping that will do the save and compile together? >> Or am I asking a magic? > > When you run the compilation with \ll, the file is automatically saved, so > you can skip the "pure vim" part. At least, that is how it works here.
This whole behavior is governed by autowrite: :help autowrite which comes from Vim, not Vim-LaTeX. \ll eventually calls a ":make", which is where autowrite's jurisdiction comes in. So think of \ll as a specialized frontend to :make. --Ted -- Ted Pavlic <t...@tedpavlic.com> ------------------------------------------------------------------------------ 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