More request for 2html :)

2009-04-29 Fir de Conversatie Wu, Yue
Ok, 2html now has supported folding, thanks for nice work, so fantasic! Now, new feature request comes :) If 2html supports translating the tags jumping to hypertext, it would be much more great. -- Hi, Wu, Yue --~--~-~--~~~---~--~~ You received this message from

Re: getting dropped from the mailing list

2009-04-29 Fir de Conversatie Tony Mechelynck
On 26/04/09 10:36, John Beckett wrote: > > Charles E. Campbell, Jr. wrote: >> This is the second time I've stopped receiving emails from >> vim_dev (its happened to me once on vim_use) this past week, >> unless there's actually been no activity on this group for >> two days. > > I have directly em

Re: [bug] infinite loop using 100% CPU in edit.c

2009-04-29 Fir de Conversatie Dominique Pellé
2009/4/29 Bram Moolenaar : > > Dominique Pelle wrote: > >> Once in a while, I see that Vim enters an endless loop and takes 100% of >> the CPU.  I've seen this bug a couple times when using the Perforce plugin: >> I try to edit file, the perforce plugin asks to checkout the file, I enter >> 'Y',

Re: [bug] infinite loop using 100% CPU in edit.c

2009-04-29 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Once in a while, I see that Vim enters an endless loop and takes 100% of > the CPU. I've seen this bug a couple times when using the Perforce plugin: > I try to edit file, the perforce plugin asks to checkout the file, I enter > 'Y', > the file gets checked-out but the

[bug] infinite loop using 100% CPU in edit.c

2009-04-29 Fir de Conversatie Dominique Pellé
Once in a while, I see that Vim enters an endless loop and takes 100% of the CPU. I've seen this bug a couple times when using the Perforce plugin: I try to edit file, the perforce plugin asks to checkout the file, I enter 'Y', the file gets checked-out but then Vim sometimes loops forever using

Patch 7.2.166

2009-04-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.166 Problem:No completion for ":sign" command. Solution: Add ":sign" completion. (Dominique Pelle) Files: src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/vim.h, src/proto/ex_cmds.pro *** ../vim-7.2.165/src/ex_cmds.cTue Feb 24 04:28:40 2009 --- src/ex_

Re: Add support for guidecolumn in VIM

2009-04-29 Fir de Conversatie Bram Moolenaar
Pankaj Garg wrote: > On Apr 14, 10:29 pm, Matt Wozniski wrote: > > On Wed, Apr 15, 2009 at 1:18 AM, Dennis Benzinger > > > > wrote: > > > > > Hi! > > > > > Am 14.04.2009 23:18, _Lone schrieb: > > >> To set 'guidecolumn' you can do > > >> :set guidecolumn=N > > >> where N is the column. If N is

Patch 7.2.165

2009-04-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.165 Problem:The argument for the FuncUndefined autocmd event is expanded like a file name. Solution: Don't try expanding it. (Wang Xu) Files: src/fileio.c *** ../vim-7.2.164/src/fileio.c Wed Apr 29 11:00:09 2009 --- src/fileio.cWed Apr 29 18:01:06 2009 *

Patch 7.2.164

2009-04-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.164 Problem:When 'showbreak' is set the size of the Visual block may be reported wrong. (Eduardo Daudt Flach) Solution: Temporarily make 'sbr' empty. Files: src/normal.c, src/ops.c *** ../vim-7.2.163/src/normal.c Sat Feb 21 20:27:00 2009 --- src/normal.c

Patch 7.2.163

2009-04-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.163 Problem:The command line window may get folding. Solution: Default to no/manual folding. (Lech Lorens) Files: src/ex_getln.c *** ../vim-7.2.162/src/ex_getln.c Wed Apr 22 13:50:14 2009 --- src/ex_getln.c Wed Apr 22 16:12:54 2009 *** *** 6073,6078 *

Patch 7.2.162

2009-04-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.162 Problem:The quickfix window may get wrong filetype. Solution: Do not detect the filetype for the quickfix window. (Lech Lorens) Files: src/quickfix.c *** ../vim-7.2.161/src/quickfix.c Sun Feb 22 02:36:36 2009 --- src/quickfix.c Wed Apr 22 17:34:57 2009 **

Patch 7.2.161

2009-04-29 Fir de Conversatie Bram Moolenaar
Patch 7.2.161 Problem:Folds messed up in other tab page. (Vlad Irnov) Solution: Instead of going over all windows in current tab page go over all windows in all tab pages. Also free memory for location lists in other tab pages when exiting. (Lech Lorens) Files: