Hi,
I noticed a weird behavior when expanding a line with the vim-latexsuite
and F5. Take the following code-snipped, pressing F5 in the line with
the upper "equation" the line gets expanded to the lower construct:
\documentclass[12pt,a4paper,oneside]{article}
\usepackage{amssymb,amsmath}
\begin{
Hi Walter,
I'd say this is a feature, not a bug. The idea is that you use
(control-J) to cycle through <++> markers. You write in the equation, press
and fill in the label, and press again to get outside the
equation environment where you can then press and continue writing
the prose of the
I am not a developer, but it seems this is a feature. If you press
Shift+J, you can skip to the next <++> and type the rest of your document.
On Mon, 26 May 2014 20:03:45 -0500, Walter Rabus
wrote:
> Hi,
>
> I noticed a weird behavior when expanding a line with the vim-latexsuite
> and F5.