16 Feb
2010
16 Feb
'10
10:50 p.m.
Am 16.02.10 23:21, schrieb Aditya Mahajan:
I can reproduce the error...but I have no idea what is causing it. It's caused by the \strut in (t-vim.tex):
\def\dodotypevimfile[#1]#2% {\@@vsbefore \bgroup \initializevimtyping{#1}% \runvimsyntax{#2}% % The strut is needed for the output to be the same when not using % numbering. Otherwise, multiple par's are ignored. We need to figure out % a mechanism to imitate this behaviour even while using line numbering. \ifconditional\vimtypinginline \else \strut%else the first line is shifted to the left \fi \input #2-vimsyntax.tmp\relax% \ifconditional\vimtypinginline \removeunwantedspaces \fi \egroup \@@vsafter} Wolfgang