<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/vim-latex/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/vim-latex/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/vim-latex/bugs/</id><updated>2017-03-16T11:03:38.802000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>`w inserts \wedge instead of \omega</title><link href="https://sourceforge.net/p/vim-latex/bugs/48/" rel="alternate"/><published>2017-03-16T11:03:38.802000Z</published><updated>2017-03-16T11:03:38.802000Z</updated><author><name>Lukas Engelke</name><uri>https://sourceforge.net/u/moo-voro/</uri></author><id>https://sourceforge.net3fa0793b69d19a410d595c30b6e2de7c259f80fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;According to the manual 'w should insert &lt;code&gt;\omega&lt;/code&gt; but instead &lt;code&gt;\wedge&lt;/code&gt; is inserted.&lt;br/&gt;
This duplicates the mapping '&amp;amp; which inserts &lt;code&gt;\wedge&lt;/code&gt; too. &lt;/p&gt;
&lt;p&gt;The problem is located in &lt;code&gt;ftplugin/latex-suite/main.vim&lt;/code&gt; on line 112. The correct mapping to &lt;code&gt;\omega&lt;/code&gt; is overwritten on the next line.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>solution found: bibtex does not run when compiling; please fix in upstream</title><link href="https://sourceforge.net/p/vim-latex/bugs/47/" rel="alternate"/><published>2015-12-27T21:34:41.325000Z</published><updated>2015-12-27T21:34:41.325000Z</updated><author><name>Billy Cai</name><uri>https://sourceforge.net/u/billycai/</uri></author><id>https://sourceforge.net0d55fe3d7a0834f2162a2a51e6d05cf1d3231272</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I had the same problem as described by ticket 46 (cite completion - multiple files). I am using vim-latex on Mac OS with MacVim, and I have already set Tex_MultipleCompileFormats as pdf. After upgrade to the newest git version (2015-10-30), the bibtex does not run any more.&lt;/p&gt;
&lt;p&gt;I discovered that the new complier.vim is causing the problem. The line 594&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;if runCount == 0 &amp;amp;&amp;amp; Tex_IsPresentInFile('\v\\bibdata|\\abx', mainFileName_root.'.aux')
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;is causing the problem. In the previous versions, there is no \v attached. I fixed this line to&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;if runCount == 0 &amp;amp;&amp;amp; Tex_IsPresentInFile('\\bibdata|\\abx', mainFileName_root.'.aux')
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;and then bibtex starts to work again.&lt;/p&gt;
&lt;p&gt;Please fix in the upstream.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Billy&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>cite completion - multiple files</title><link href="https://sourceforge.net/p/vim-latex/bugs/46/" rel="alternate"/><published>2015-12-23T16:44:52.022000Z</published><updated>2015-12-23T16:44:52.022000Z</updated><author><name>Leosenko</name><uri>https://sourceforge.net/u/leosenko/</uri></author><id>https://sourceforge.net8feb17e6be452f7a1743e8c6ed17d20705ff696d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that when latex code is in multiple files, cite completion does not work. The path does not contain any spaces. Ref completion works. Python works. When I type \cite{ and press &amp;lt;F9&amp;gt; nothing happens, the screen blinks, one can see another window opening (below the opened file) opening and closing immediatelly. No error is written out. I created two minimal examples. ex1 is multifile issue where cite completion does not work while ex2 is a single file where completion works fine.&lt;/p&gt;
&lt;p&gt;I was looking for the problem but only found the issue with space in path. My system si windows 7 x64. But i remind, the completion works fine for a single file code.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Forward search broken for a generic UNIX viewer</title><link href="https://sourceforge.net/p/vim-latex/bugs/45/" rel="alternate"/><published>2015-03-15T20:40:14.392000Z</published><updated>2015-03-15T20:40:14.392000Z</updated><author><name>6alfalfa9</name><uri>https://sourceforge.net/u/i6alfalfa9/</uri></author><id>https://sourceforge.netd3238f538c225a351efafb2722d0c8bfbf442cfb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;in &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;ftplugin/latex-suite/compiler.vim:424 function! Tex_ForwardSearchLaTeX()&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;variable execString does not contain a viewer executable name.&lt;br /&gt;
Possible fix: move line 399:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;let execString .= viewer." "&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;out of &lt;strong&gt;if&lt;/strong&gt; block (swap with previous line).&lt;/p&gt;
&lt;p&gt;When I did it, I was able to get forward search with Evince &lt;a class="" href="https://help.gnome.org/users/evince/stable/synctex-editors.html.en" rel="nofollow"&gt;through evince_dbus.py&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#40 Multiple file ref not quite working</title><link href="https://sourceforge.net/p/vim-latex/bugs/40/?limit=50#5356" rel="alternate"/><published>2014-06-30T09:11:45.283000Z</published><updated>2014-06-30T09:11:45.283000Z</updated><author><name>pkxl2</name><uri>https://sourceforge.net/u/pkxl2/</uri></author><id>https://sourceforge.net43bc59beb565e39cdb2bc7f9bc61d8e3c0e5b94b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I had a similar issue. The problem seems to be that the regex searching for \input only searches it at the line beginning (^). I usually have indented inputs, therefore it breaks. I've just remove the ^ from the regex, and added an ugly hack to support the \subimport command from the import-package. Works for me.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="mi"&gt;32&lt;/span&gt;&lt;span class="n"&gt;a34&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;37&lt;/span&gt;
&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;     &lt;span class="c"&gt;# ugly hack in order to support \subimports&lt;/span&gt;
&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;     &lt;span class="c"&gt;# TODO take the subdirectory of the subimport into account for further inputs/subimports&lt;/span&gt;
&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;     &lt;span class="n"&gt;subimportPat&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;compile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;r'&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s"&gt;subimport{(.*?)}{(.*?)}'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;M&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;     &lt;span class="n"&gt;contents&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sub&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;subimportPat&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;r'\input{\2}'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;contents&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="mi"&gt;34&lt;/span&gt;&lt;span class="n"&gt;c39&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;     &lt;span class="n"&gt;pat&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;compile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;r'^&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s"&gt;(@?)(include|input){(.*?)}'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;M&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;span class="o"&gt;---&lt;/span&gt;
&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;     &lt;span class="n"&gt;pat&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;compile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;r'&lt;/span&gt;&lt;span class="se"&gt;\\&lt;/span&gt;&lt;span class="s"&gt;(@?)(include|input){(.*?)}'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;re&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;M&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</summary></entry><entry><title>#37 \citeauthor and \citeyear not recognised as citation command</title><link href="https://sourceforge.net/p/vim-latex/bugs/37/?limit=25#a7f6" rel="alternate"/><published>2013-10-09T21:53:45.501000Z</published><updated>2013-10-09T21:53:45.501000Z</updated><author><name>Till Maas</name><uri>https://sourceforge.net/u/tmaas/</uri></author><id>https://sourceforge.net65269130b20414781f9b1b87f255f59fc1569c1b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-invalid&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; v1.0 (example)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Vim freezes after compilation error</title><link href="https://sourceforge.net/p/vim-latex/bugs/44/" rel="alternate"/><published>2013-09-02T02:33:34.852000Z</published><updated>2013-09-02T02:33:34.852000Z</updated><author><name>Andre Cunha</name><uri>https://sourceforge.net/u/andrelvcunha/</uri></author><id>https://sourceforge.netfcebe2b1a19310570401f06497395782a3ae88b6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello;&lt;/p&gt;
&lt;p&gt;First of all, thank you for the excellent job in making Vim-latex. I really appreciate your effort.&lt;/p&gt;
&lt;p&gt;However, I've been experiencing a problem that I'd like to report. Sometimes, after pressing \ll, vim freezes if there was a compilation error. I tried to systematically reproduce the problem, and here are the steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a new tex file in vim.&lt;/li&gt;
&lt;li&gt;Enter the following text:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;\documentclass{article}&lt;/p&gt;
&lt;p&gt;\usepackage{foo} % invalid package&lt;/p&gt;
&lt;p&gt;\begin{document}&lt;br /&gt;
\end{document}&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Compile using \ll. The error is reported and vim continues to work.&lt;/li&gt;
&lt;li&gt;Change the file's content to:&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;\documentclass{article}&lt;/p&gt;
&lt;p&gt;\usepackage{foo} % invalid package&lt;br /&gt;
\usepackage{bar} % another invalid package&lt;/p&gt;
&lt;p&gt;\begin{document}&lt;br /&gt;
\end{document}&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Compile using \ll.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At this point, at least in my notebook, vim freezes, and only resumes responding when I press Control-C.&lt;/p&gt;
&lt;p&gt;I can provide more informations about my environment here if needed.&lt;/p&gt;
&lt;p&gt;With friendly regards.&lt;br /&gt;
Andre&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Inconsistent behavior with vim undo</title><link href="https://sourceforge.net/p/vim-latex/bugs/43/" rel="alternate"/><published>2013-08-12T13:35:45.220000Z</published><updated>2013-08-12T13:35:45.220000Z</updated><author><name>Adriaan</name><uri>https://sourceforge.net/u/chocolatecookie/</uri></author><id>https://sourceforge.net54e5a9e51e56d75543c81e09ae1702558f389a64</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for making vim-latex suite! It beautifully brings two of my favorite worlds together.&lt;/p&gt;
&lt;p&gt;Although I've discovered that it changes the behavior of undo in vim. While natively vim creates one undo entry per insert, vim-latex changes this behavior by creating an entry per character. So for example: when I open a tex document in vim and do the following:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nt"&gt;&amp;lt;i&amp;gt;&lt;/span&gt;vim-latex is awesome&lt;span class="nt"&gt;&amp;lt;Esc&amp;gt;&amp;lt;u&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The entire line is undone, but when I enable vim-latex, it only undoes the last 'e' in the typed text.&lt;/p&gt;
&lt;p&gt;Googling didn't result in any answers and the vim-latex docs don't seem to cover any configuration options related to undo. I even tried grepping the word 'undo' in the latex-suite directory of the vim configuration, but that didn't get my any further either.&lt;/p&gt;
&lt;p&gt;I don't see any reason why the plugin should change the way undo works, or at least it should be configurable.&lt;/p&gt;
&lt;p&gt;I installed the plugin with &lt;code&gt;yaourt&lt;/code&gt;, the community package manager for Arch Linux. &lt;code&gt;yaourt -Q | grep vim-latex&lt;/code&gt; outputs the following:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;community&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;vim&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;latexsuite&lt;/span&gt; &lt;span class="mi"&gt;20130126&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;vim&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;plugins&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;The version of vim I'm using is 7.3.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>new imaps.vim seems not work properly</title><link href="https://sourceforge.net/p/vim-latex/bugs/42/" rel="alternate"/><published>2013-07-12T08:25:59.126000Z</published><updated>2013-07-12T08:25:59.126000Z</updated><author><name>Hongtao  Wang</name><uri>https://sourceforge.net/u/wanght99/</uri></author><id>https://sourceforge.net0a12911048424211fff27987994bd19ca1019021</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;My VIM version is:&lt;br /&gt;
    VIM - Vi IMproved 7.4a BETA (2013 Jul 6, compiled Jul 11 2013 23:06:26)&lt;br /&gt;
    Included patches: 1-10&lt;/p&gt;
&lt;p&gt;I found that the latest vim-latex-suite does not work well.&lt;/p&gt;
&lt;p&gt;When I type SSS in insertmode, I get something like this:&lt;/p&gt;
&lt;p&gt;SSS\subsection{}&amp;lt;++&amp;gt;&lt;/p&gt;
&lt;p&gt;the SSS won't  be erased automatically.&lt;/p&gt;
&lt;p&gt;I've tried a older version of imaps.vim and it works fine.&lt;/p&gt;
&lt;p&gt;the diff between the two scripts is bellow.&lt;/p&gt;
&lt;p&gt;--- imaps.vim.old   2013-07-12 16:15:28.886778415 +0800&lt;br /&gt;
+++ imaps.vim.new   2013-07-11 22:30:56.438937712 +0800&lt;br /&gt;
@@ -285,7 +285,8 @@&lt;br /&gt;
    " enough back-spaces to erase the left-hand side; -1 for the last&lt;br /&gt;
    " character typed:&lt;br /&gt;
    let bs = substitute(strpart(lhs, 1), ".", "\&amp;lt;bs&amp;gt;", "g")&lt;br /&gt;
-   return bs . IMAP_PutTextWithMovement(rhs, phs, phe)&lt;br /&gt;
+   " \&amp;lt;c-g&amp;gt;u inserts an undo point&lt;br /&gt;
+   return a:char . "\&amp;lt;c-g&amp;gt;u\&amp;lt;bs&amp;gt;" . bs . IMAP_PutTextWithMovement(rhs, phs, phe)&lt;br /&gt;
 endfunction&lt;/p&gt;
&lt;p&gt;" }}}&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Macros are not replaced</title><link href="https://sourceforge.net/p/vim-latex/bugs/41/" rel="alternate"/><published>2013-02-21T14:47:42Z</published><updated>2013-02-21T14:47:42Z</updated><author><name>Will Nicht</name><uri>https://sourceforge.net/u/bugeyefix/</uri></author><id>https://sourceforge.net45754bdf2fac8e9f829f6aa856cc5d508194efc2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Using macros generates the right latex code but the macro itself is not removed. For example the macro EIT gives:&lt;/p&gt;
&lt;p&gt;EIT\begin{itemize}&lt;br /&gt;
\item&lt;br /&gt;
\end{itemize}&amp;lt;++&amp;gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;`8\infty&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>