Re: [Vim-latex-devel] Inserting a Template also inserts Jump marks
Brought to you by:
srinathava,
tmaas
|
From: Scott D F. <sc...@fr...> - 2019-09-07 19:49:51
|
Windows 10 latest
Vim 8.1, using gvim
vim-latex latest (didn't see the version number)
the template file has Windows-style line endings
Here is a sample template file
========
\documentclass[12pt]{article}
\pagestyle{empty}
\begin{document}
\end{document}
========
Not much in it, but if I insert it with TeX-Suite, Templates, it looks
like this
========
<++>\<++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++>c<++>l<++>a<++>s<++>s<++>[<++>1<++>2<++>p<++>t<++>]<++>{<++>a<++>r<++>t<++>i<++>c<++>l<++>e<++>}<++>
<++>\<++>p<++>a<++>g<++>e<++>s<++>t<++>y<++>l<++>e<++>{<++>e<++>m<++>p<++>t<++>y<++>}<++>
<++>
<++>\<++>b<++>e<++>g<++>i<++>n<++>{<++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++>}<++>
<++>
<++>
<++>\<++>e<++>n<++>d<++>{<++>d<++>o<++>c<++>u<++>m<++>e<++>n<++>t<++>}<++>
<++>
<++>
========
On 9/7/2019 12:39 PM, Gerd Wachsmuth wrote:
> This sounds like a bug. Can you provide some more information that
> allows me to reproduce this bug?
>
>
>
> On 07.09.19 17:14, Scott D Friedemann wrote:
>> Whenever I insert a template I get jump marks after every character
>> in the template, making it a bit unwieldy, actually unusable.
>>
>> Is there some way to prevent the insertion of these jump marks?
|