Re: escape / after \V

2012-07-30 Fir de Conversatie Tony Mechelynck
On 29/07/12 20:11, Gary Johnson wrote: On 2012-07-29, Bee wrote: escape / after \V :help \V Use of \V means that in the pattern after it only the backslash has a special meaning. very nomagic I have a function: function! Visual2Highlight() let @/ = '\c\V' .

Re: [patch] added :e ~userTab completion

2012-07-30 Fir de Conversatie Dominique Pellé
Dominique Pellé wrote: Hi Attached patch fixes the following item in in :help todo: == :e ~brTab does not complete to :e /home/bram/. Would need to use getpwent() to find all the matches.

Re: Issue 47 in vim: In Win32, mouse wheel do not scroll the window under cursor

2012-07-30 Fir de Conversatie Ben Schmidt
I don't understand either the original problem or Bram's comment, because it works fine for me using Vim 7.3.600, from the Cream site but without Cream, on Windows XP. I click in the upper left window and the scroll wheel scrolls the upper left window; I click in the upper right window and the

Re: [patch] added :e ~userTab completion

2012-07-30 Fir de Conversatie Charles Campbell
Dominique Pellé wrote: Dominique Pellé wrote: Hi Attached patch fixes the following item in in :help todo: == :e ~brTab does not complete to :e /home/bram/. Would need to use getpwent() to find all the matches.

Re: Issue 47 in vim: In Win32, mouse wheel do not scroll the window under cursor

2012-07-30 Fir de Conversatie Ben Fritz
On Monday, July 30, 2012 4:34:07 AM UTC-5, Ben Schmidt wrote: I don't understand either the original problem or Bram's comment, because it works fine for me using Vim 7.3.600, from the Cream site but without Cream, on Windows XP. I click in the upper left window and the scroll wheel

Re: [patch] added :e ~userTab completion

2012-07-30 Fir de Conversatie Dominique Pellé
Charles Campbell wrote: Hello, Dominique: May I point out that old C compilers (ie. those that conform to KR style C) error-out on declarations which follow compilable code. In particular, int match_user(name) char_u* name; { init_users(); int i; ... will not compile with them.

Re: [patch] added :e ~userTab completion

2012-07-30 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch fixes the following item in in :help todo: === :e ~brTab does not complete to :e /home/bram/. Would need to use getpwent() to find all the matches.

:sh make vim slow on windows.

2012-07-30 Fir de Conversatie mattn
on windows, gvim become slow while executing shell. When type alt-tab to switch focus of windows, vim don't work quickly. If it have many window messages, I guess, vim should do first priority. https://gist.github.com/3212747 diff -r 0fc0108517a8 src/os_win32.c --- a/src/os_win32.cSun Jul