[Vim-latex-devel] Re: another 'a' 'w' formatoptions bug (with undo)
Brought to you by:
srinathava,
tmaas
From: Alan S. <ala...@po...> - 2003-11-13 19:56:56
|
* Bram Moolenaar (Br...@mo...) wrote: >=20 > Alan Schmitt wrote: >=20 > > With 'a' and 'w' set in formatoptions, do the following: > > type the two lines (the first one has a space at the end): > > one=3D20 > > two > >=20 > > then go to the beginning of the first line, and insert a char (for > > instance *), you get (since it auto formats and there is a space at the > > end of "one "): > > *one two > >=20 > > Escape and undo, you get: > > one two > > two > >=20 > > Is it just me, or can you reproduce it ? >=20 > I can't reproduce it. Please give more information. After some experimentation, it seems to be a bug from LatexSuite: it only happens (in any buffer) after the tex ftplugin has been loaded. Sorry about this. Alan Schmitt --=20 The hacker: someone who figured things out and made something cool happen. |