[Vim-latex-devel] possible bug in block expansion?

2014-05-26 Thread Walter Rabus
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{

Re: [Vim-latex-devel] possible bug in block expansion?

2014-05-26 Thread Mike Richman
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

Re: [Vim-latex-devel] possible bug in block expansion?

2014-05-26 Thread N Laszlo Frazer
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.