Re: [Vim-latex-devel] save and compile together
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2012-09-17 16:52:54
|
>> 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 <te...@te...> |