Re: [patch] Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Dominique Pelle
Benjamin Fritz wrote A patch is attached for the behavior discussed in these threads: http://groups.google.com/group/vim_use/browse_thread/thread/8532e7236f113ab7/0b508a50b767a1e1 http://groups.google.com/group/vim_dev/browse_thread/thread/56d5debad6f5f351/44cc7eb3b4787440 Also attached is

Re: [patch] Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Dominique Pelle
Benjamin Fritz: A patch is attached for the behavior discussed in these threads: http://groups.google.com/group/vim_use/browse_thread/thread/8532e7236f113ab7/0b508a50b767a1e1 http://groups.google.com/group/vim_dev/browse_thread/thread/56d5debad6f5f351/44cc7eb3b4787440 Also attached is an

Re: gVim 7.2 hangs when issuing ':h shortmess' command

2009-01-17 Fir de Conversatie Bram Moolenaar
Valery Kondakoff wrote: If there is a 'set encoding=utf-8' line in my _vimrc gVim 7.2 hangs when issuing ':h shortmess' command consuming ~50% of CPU usage. Can anyone confirm this? The ':h shortmess' command works as expected when I'm commenting the 'set encoding=utf-8' line out and

Re: gVim 7.2 hangs when issuing ':h shortmess' command

2009-01-17 Fir de Conversatie Dominique Pelle
Valery Kondakoff wrote: Hi! If there is a 'set encoding=utf-8' line in my _vimrc gVim 7.2 hangs when issuing ':h shortmess' command consuming ~50% of CPU usage. Can anyone confirm this? The ':h shortmess' command works as expected when I'm commenting the 'set encoding=utf-8' line out and

Re: [patch] Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Tony Mechelynck
On 17/01/09 09:48, Dominique Pelle wrote: Benjamin Fritz wrote A patch is attached for the behavior discussed in these threads: http://groups.google.com/group/vim_use/browse_thread/thread/8532e7236f113ab7/0b508a50b767a1e1

Re: Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Ben Fritz
On Jan 17, 5:57 am, Dominique Pelle dominique.pe...@gmail.com wrote: I can't apply the patch cleanly unfortunately. There are conflicts. 2html.vim.diff is a patch from a version last changed on 2008 Dec 03 But... 2html.vim in CVS was last changed on 2008 Jul 17  (too old) 2html.vim

Re: Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Ben Fritz
On Jan 17, 9:54 am, Ben Fritz fritzophre...@gmail.com wrote: I can't apply the patch cleanly unfortunately. There are conflicts. I could use SVN if the runtime files are up-to-date in there. It looks like the ones in CVS are not. I would probably prefer this method, actually. Thouh,

Re: Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Markus Heidelberg
Ben Fritz, 17.01.2009: On Jan 17, 5:57 am, Dominique Pelle dominique.pe...@gmail.com wrote: I can't apply the patch cleanly unfortunately. There are conflicts. 2html.vim.diff is a patch from a version last changed on 2008 Dec 03 But... 2html.vim in CVS was last changed on

Re: Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Markus Heidelberg
Markus Heidelberg, 17.01.2009: http://repo.or.cz/w/vim_extended.git branch 'vim-with-runtime' is the same as 'master' from vim_mainline Not as simple due to Oh, an unfinished sentence, while looking for an appropriate word in the dictionary and digressing. What I wanted to say

Re: Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Dominique Pelle
Ben Fritz wrote On Jan 17, 9:54 am, Ben Fritz fritzophre...@gmail.com wrote: I can't apply the patch cleanly unfortunately. There are conflicts. I could use SVN if the runtime files are up-to-date in there. It looks like the ones in CVS are not. I would probably prefer this method,

Re: [patch] Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Benjamin Fritz
New patches attached, against the latest files on the FTP server. Also fixed a bug due to an interesting quirk of the default fold text: +-- 35 for 2-digit line counts +--200 for 3 or more digits in the line count --~--~-~--~~~---~--~~ You received this message

(patch) fixed cosmetic alignment bug in :cs help

2009-01-17 Fir de Conversatie Dominique Pelle
Hi, Attached patch fixes a low priority cosmetic bug. When doing :cs help, messages are properly aligned in English but are misaligned on some other languages when using utf-8 encoding. So it looks ugly. Misalignment buglet happens in languages which uses non ASCII characters and happens at

Re: Percentage of File Traversed

2009-01-17 Fir de Conversatie Michael Wookey
What is the parameter to determine the percentage of file traversed (the one that is displayed on the lower right corner) ? Please tell the source file also that does it... Refer to 'statusline' in the documentation - :help statusline Specifically, you are after the 'p' item. For

PATCH: URLs can't be found in 'path'

2009-01-17 Fir de Conversatie Matt Wozniski
:help 'path' says - When using |netrw.vim| URLs can be used. For example, adding http://www.vim.org; will make :find index.html work. This, however, does not actually work (and hasn't since vim 6.4.10, at least). Attached patch fixes. ~Matt

Re: [patch] Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Antony Scriven
On Sat, Jan 17, 2009 at 12:56 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: On 17/01/09 09:48, Dominique Pelle wrote: Benjamin Fritz wrote A patch is attached for the behavior discussed in these threads:

Re: Dynamic folding in 2html.vim output

2009-01-17 Fir de Conversatie Ben Fritz
On Jan 17, 7:56 pm, Antony Scriven adscri...@gmail.com wrote: Yes, this is better, but it should be    If you :let html_no_foldcolumn = 1 it    won't be possible to open the folds unless    you use :let html_hover_unfold = 1 or whatever the correct usage is. Alternatively remove the