Re: Time to remove naming restrictions?

2006-10-04 Thread Nikolai Weibull
On 10/4/06, Peter Hodge [EMAIL PROTECTED] wrote: There's about 4 lines of vim source code which you need to remove so that you can have lower-case user commands. You're not interested in making your own patch? Seeing as you've identified the location and apparent fix, why not you? Anyway, I

Re: compilation of regular expressions/ enhancement?

2006-10-04 Thread Nikolai Weibull
On 10/4/06, Peter Hodge [EMAIL PROTECTED] wrote: --- Nikolai Weibull [EMAIL PROTECTED] wrote: On 10/3/06, Marc Weber [EMAIL PROTECTED] wrote: parsed, it's just executed line-by-line. What /would/ make sense is to cache the compiled regexes so that regexes used in a loop won't have

Re: compilation of regular expressions/ enhancement?

2006-10-04 Thread Peter Hodge
--- Nikolai Weibull [EMAIL PROTECTED] wrote: On 10/4/06, Peter Hodge [EMAIL PROTECTED] wrote: --- Nikolai Weibull [EMAIL PROTECTED] wrote: Great idea, Nikolei! ^- gaah! nikolai iabbrev Nikolei Nikolai match Error /Nikol[^a]i/ I'd extended to

Re: Time to remove naming restrictions?

2006-10-04 Thread Peter Hodge
Seeing as you've identified the location and apparent fix, why not you? Because I don't want to maintain my own set of patches, that would be more tiring than using upper-case commands. On Yahoo!7

Re: compilation of regular expressions/ enhancement?

2006-10-04 Thread David Brown
Nikolai Weibull wrote: match Error /\Ni[^k]ol[^a][^i]\/ But that will only matches entries that mispell all three letters. You probably want something like: match Error /\Ni[^k]ol..\/ match Error /\Ni.ol[^a].\/ match Error /\Ni.ol.[^i]\/ David Brown

Re: compilation of regular expressions/ enhancement?

2006-10-04 Thread Nikolai Weibull
On 10/4/06, Peter Hodge [EMAIL PROTECTED] wrote: --- Nikolai Weibull [EMAIL PROTECTED] wrote: On 10/4/06, Peter Hodge [EMAIL PROTECTED] wrote: --- Nikolai Weibull [EMAIL PROTECTED] wrote: Great idea, Nikolei! ^- gaah! nikolai iabbrev Nikolei Nikolai

Missing CursorHold after return from insert to normal ?

2006-10-04 Thread Yakov Lerner
CursorHold is suppsed to be triggered in normal mode after updatetime, correct ? But in the scenario below, when vim gets into normal mode after insert mode, CursorHold is not triggered: 1. vim -u NONE -U NONE 2. :let x=0 3. :let ut=200 just some low value 3. :au CursorHold * let

Re: Patch 7.0.118

2006-10-04 Thread Bram Moolenaar
Nikolai Weibull wrote: On 10/3/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Problem:printf() does not do zero padding for strings. Just a quick question: Wasn't printf a bit of a misnomer? Why? formattedprinting() would be a bit long, thus using the C library name sounds logical to

Re: Patch 7.0.111

2006-10-04 Thread Bram Moolenaar
Fan Decheng wrote: Bram Moolenaar wrote: Patch 7.0.111 Problem:The gzip plugin can't handle filenames with single quotes. Solution: Add and use the shellescape() function. (partly by Alexey Froloff) Files: runtime/autoload/gzip.vim, runtime/doc/eval.txt, src/eval.c,

Re: [macvim] modifiers should be applied to special keys too (patch)

2006-10-04 Thread Bram Moolenaar
Nicolas - I tried the patch, but it appears that CTRL-F and CTRL-B no longer work in Normal mode. They do something in Insert mode after CTRL-V. CTRL-F and CTRL-B work for me in Normal mode (they scroll forward/ backward). I'm using mac gvim svn (patches 1-110) and the second

Re: Patch 7.0.118

2006-10-04 Thread Nikolai Weibull
On 10/4/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Nikolai Weibull wrote: Just a quick question: Wasn't printf a bit of a misnomer? Why? formattedprinting() would be a bit long, thus using the C library name sounds logical to me. Sprintf() would have been more logical to me, given

Re: [macvim] modifiers should be applied to special keys too (patch)

2006-10-04 Thread Nicolas Weber
Here is one key that doesn't work for me: Shift-Tab. Most notably when doing command line completion, where Tab gets the next match and Shift-Tab goes to the previous match. I can see it, I'll try to fix it tomorrow. I always use C-P for previous match (much easier to type imho ;-) ), so

win32 gvim 7.0 (1-118) hang on has(tcl) with cygwin

2006-10-04 Thread Robbie Gates
Hi All, i was having problems with gvim hanging when i tried to edit my vimrc. After a bit of sleuthing, i tracked it down to has(tcl) hanging (called from syntax/vim.vim). If i :echo has(tcl), the gvim window stops responding, and clicking the close box pops up the windows program not

Re: Gvim closing unexpectedly

2006-10-04 Thread Steve Hall
[cross-posting to connect threads] On Thu, 2006-10-05 at 10:04 +1000, Robbie Gates wrote: Hi All, i was having problems with gvim hanging when i tried to edit my vimrc. After a bit of sleuthing, i tracked it down to has(tcl) hanging (called from syntax/vim.vim). It appears your post and

Re: Patch 7.0.111

2006-10-04 Thread Hari Krishna Dara
On Wed, 4 Oct 2006 at 10:30pm, Bram Moolenaar wrote: Fan Decheng wrote: Bram Moolenaar wrote: Patch 7.0.111 Problem:The gzip plugin can't handle filenames with single quotes. Solution: Add and use the shellescape() function. (partly by Alexey Froloff) Files:

Vim 7.0 (1-109 patches) completion bug.

2006-10-04 Thread Igor Prischepoff
Hi, i think i have found a bug in vim 7.0 Patch level 1-109. Windows version +perl +python (i don't think this matters in this case) here is how to reproduce: gvim -u NONE -U NONE :set complete-=tdon't want complete from tags file - it's not important, just to switch off message :set