Re: redraw on insert/visual mode leave

2013-01-21 Fir de Conversatie Christian Brabandt
On Thu, January 17, 2013 21:09, Josh wrote: Sorry for bumping an old thread, but with the help of some clever folk, I've found out how to reproduce the issue: 1) Use terminal vim, NOT macvim 2) Run vim with `vim --noplugin -u NONE` 3) Everything works as desired, yay! 3) Run `:set

[PATCH] exploring 10,000 files with netrw

2013-01-21 Fir de Conversatie Hideo Doi
Hi small patch for exploring 10,000 files with netrw. I confirmed it works correctly on ubuntu 12.04 and win XP. [benchmark] OS:ubuntu 12.04, CPU: Core(TM)2 Duo CPU E6850. This directory has 10,000 files. I do the benchmark with next command in vim. :profile start before_patch.txt ^@ profile

Re: [patch] improved equivalent classes in regular expressions

2013-01-21 Fir de Conversatie Christian Brabandt
Hi Dominique! On Mi, 16 Jan 2013, Dominique Pellé wrote: When using equivalent class [[=x=]], I realized that what I generally want, is to use it on the full strings rather than on a single characters. Searching for foobar with... /[[=f=]][[=o=]][[=o=]][[=b=]][[=a=]][[=r=]] ... works

Re: [patch] improved equivalent classes in regular expressions

2013-01-21 Fir de Conversatie Dominique Pellé
Christian Brabandt wrote: Hi Dominique! On Mi, 16 Jan 2013, Dominique Pellé wrote: When using equivalent class [[=x=]], I realized that what I generally want, is to use it on the full strings rather than on a single characters. Searching for foobar with...

Re: [PATCH] Make pyeval() print stack traces (unless :silence’d)

2013-01-21 Fir de Conversatie Bram Moolenaar
ZyX wrote: Wondering what’s the status of this patch? I don’t see it in most recent todo.txt. It would be very fine to include as debugging code that uses `pyeval()' is hard without it (did not create before because for my projects using `vim.bindeval' seems to be easier). It's in the

Re: redraw on insert/visual mode leave

2013-01-21 Fir de Conversatie Josh
On Jan 21, 2013, at 7:24 AM, Christian Brabandt cbli...@256bit.org wrote: On Thu, January 17, 2013 21:09, Josh wrote: Sorry for bumping an old thread, but with the help of some clever folk, I've found out how to reproduce the issue: 1) Use terminal vim, NOT macvim 2) Run vim with `vim

Re: if/else/end broken in netrw.vim

2013-01-21 Fir de Conversatie Charles E Campbell
mattn wrote: Typing o in netrw occur error. https://gist.github.com/4583859 Thank you for your patch. The error was still in netrw, although the key is now O rather than o. Please try the copy of netrw available from my website: http://www.drchip.org/astronaut/vim/index.html#NETRW .