[Vim-latex-devel] Bug in loading templates
Brought to you by:
srinathava,
tmaas
From: Zhang Lin-bo <zl...@ls...> - 2003-12-17 02:14:56
|
Hi, When I tried to load a template, I got the following error message (with latexSuite20031216): Error detected while processing function <SNR>35_ReadTemplate..Tex_pack_updateall: line 28: E37: No write since last change (add ! to override) line 30: E37: No write since last change (add ! to override) This problem seems to be related to the 'split' command because when Tex_pack_updateall() is called from ReadTemplate(), the contents of the buffer are changed and not yet saved. I don't know the purpose of the 'split' command there, but commenting it out seems to solve the problem (please see attached patch file). Best regards, LB -- |