... Seems grossly inefficient: with this call one is bringing up both a new shell and a new vim, although the new vim probably doesn't do too much other than...
45184
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 5:21 pm
... When you don't need backrefs, use \%( rather than \( -- it may be marginally faster. I still don't see the advantage of compiling regexps while scripts...
45183
Nikolai Weibull
now@...
Oct 3, 2006 5:11 pm
... Well, storing the compiled regex is surely a lot faster. However, I don't think that's the way to do it for VimScript, as it isn't really parsed, it's...
45182
Ilya Sher
ilya-vim@...
Oct 3, 2006 5:06 pm
A.J.Mechelynck wrote: [snip] ... Anyone knows how much of *@... are subscribed ? If they are not many we can even do manual check(s)... ... -- For robots...
45181
David Brown
vim@...
Oct 3, 2006 4:59 pm
... Most mailers these days are not configured to do this. It makes it way to easy to quickly troll a domain for valid addresses for generating spam. I...
45180
Yakov Lerner
iler.ml@...
Oct 3, 2006 4:41 pm
... Charles, What's wrong with doing system("vim --remote-xxx yyy zzz") in any programming language ? Yakov...
45179
Bram Moolenaar
Bram@...
Oct 3, 2006 3:26 pm
Patch 7.0.118 Problem: printf() does not do zero padding for strings. Solution: Do allow zero padding for strings. Files: src/message.c ... ...
45178
Bram Moolenaar
Bram@...
Oct 3, 2006 3:15 pm
... 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. It looks like this...
45177
Bram Moolenaar
Bram@...
Oct 3, 2006 3:12 pm
... I don't know what you mean with "would you be willing". src/if_xcmdsrv.c contains info for writing a C program. os_mswin.c also has some code that can be...
45176
Bram Moolenaar
Bram@...
Oct 3, 2006 3:08 pm
Patch 7.0.117 Problem: Using "extend" on a syntax item inside a region with "keepend", an intermediate item may be truncated. When applying the "keepend"...
45175
Bram Moolenaar
Bram@...
Oct 3, 2006 3:05 pm
Patch 7.0.116 Problem: 64 bit Windows version reports "32 bit" in the ":version" output. (M. Veerman) Solution: Change the text for Win64. Files:...
45174
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 2:57 pm
... etc. For other programs: there are two protocols used: Windows and X11. You may want to dig into the Vim source to see how it does it. The server code (or...
45173
Ali Akcaagac
aliakc@...
Oct 3, 2006 2:04 pm
... I just wrote a nice email to their account manager and director Scott V. Fainor and Nancy Billiard. And hope they take some actions against this. mfg, Ali...
45172
Bram Moolenaar
Bram@...
Oct 3, 2006 1:56 pm
Patch 7.0.115 Problem: When 'ignorecase39; is set, Insert mode completion only adds "foo" and not "Foo" when both are found. A found match isn't displayed...
45171
Charles E Campbell Jr
drchip@...
Oct 3, 2006 1:47 pm
... Bram -- would you be willing to give out a bit of code that will send a remote message to vim? Some function, perhaps SendCmd2Vim("string"). That way...
45170
Bram Moolenaar
Bram@...
Oct 3, 2006 1:33 pm
Patch 7.0.112 Problem: Python interface does not work with Python 2.5. Solution: Change PyMem_DEL() to Py_DECREF(). (Sumner Hayes) Files:...
45169
Bram Moolenaar
Bram@...
Oct 3, 2006 1:29 pm
Patch 7.0.113 Problem: Using CTRL-L in Insert completion when there is no current match may cause a crash. (Yukihiro Nakadaira) Solution: Check for...
45168
Bram Moolenaar
Bram@...
Oct 3, 2006 1:05 pm
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...
45167
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 12:54 pm
Nikolai Weibull wrote: [...] ... The problem is, not only the KNBT pseudo-bounce is misdirected, it is incomplete. In particular, it doesn't say which address...
45166
Nikolai Weibull
now@...
Oct 3, 2006 11:33 am
... ;-) It's a solution, but it's not great; still, better than nothing. nikolai...
45165
Ali Akcaagac
aliakc@...
Oct 3, 2006 11:28 am
... Hello, I'm getting these mails as well.... I think this is definately no solution. Think about new people who like joining this mailinglist in regard of...
45164
Bram Moolenaar
Bram@...
Oct 3, 2006 11:08 am
... That would be the CursorHoldC event. I would have to look into whether this is possible. Side effects can be a problem, executing commands while halfway...
45163
Marc Weber
marco-oweber@...
Oct 3, 2006 10:55 am
When doing something like map(["a","b"],"matchstr(v:val, "\(.\)")) will the regular expression "\(.\)" be compiled on every iteration? How about this: for l in...
45162
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 10:53 am
... \(.\) is equivalent to . in this case. \(\) is never necessary around the whole pattern; in a substitute, \(.\) can be useful as part of a larger pattern...
45161
Mikolaj Machowski
mikmach@...
Oct 3, 2006 10:45 am
Hello, Noticed two bugs in vim script highlighting: 1. xnoremap and snoremap are not fully recognized. Compare highlighting of those three lines: inoremap...
45160
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 10:40 am
... It's not half a dozen unwanted emails. It's just one email address, i.e., system.administrator@... -- these false bounces all come from the same ...
45159
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 10:03 am
... [...] Yeah, I get them too. It means someone at knbt discontinued his mail account (or got it cancelled) without going to the trouble of unsubscribing from...
45158
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 10:03 am
... [...] The mailbot is not posting to the mailing list. What happens is at follows: 1. Yakov Lerner posts to mailing list 2. Vim mailbot sends it to all...
45157
Yakov Lerner
iler.ml@...
Oct 3, 2006 8:40 am
... You can (via source); cabbrev don't affect sourced scritps. Yakov...
45156
A.J.Mechelynck
antoine.mechelynck@...
Oct 3, 2006 8:33 am
... and then you'll wonder why you can't define a new user-command but it's your funeral. It's still not perfect though; the cabbrev will be expanded even if...