Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 68271 - 68300 of 70138   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
68271 vim@... Send Email Feb 15, 2013
7:09 pm
Comment #1 on issue 108 by chrisbr...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 Problem is, the rst syntax...
68272 Christian Brabandt
cblists@... Send Email
Feb 15, 2013
7:44 pm
Hi Bram! ... Here is a patch ... Not sure which ones need to be taken care of. regards, Christian -- Phantasie ist etwas, das sich viele gar nicht vorstellen...
68273 vim@... Send Email Feb 15, 2013
7:45 pm
Comment #5 on issue 28 by fritzoph...@...: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7 ...
68274 John Marriott
basilisk@... Send Email
Feb 15, 2013
7:56 pm
Hi all, I think there may be a pr o blem with patch 7.3.819 which I got from the ftp site . When apply ing on win dows I get : # patch --binary -p0 ...
68275 Ben Fritz
fritzophrenic@... Send Email
Feb 15, 2013
8:42 pm
... I kind of like this idea, however, the point of Vim's encryption is not so you can send somebody a file and have them know it has not been modified. For...
68276 Steve Hall
digitect@... Send Email
Feb 15, 2013
8:46 pm
... This breaks my gui build (gvim.exe) with OLE=yes reporting the following: gobj/if_ole.o:if_ole.cpp:(.text+0x1384): undefined reference to `operator...
68277 Bram Moolenaar
Bram@... Send Email
Feb 15, 2013
9:44 pm
... You are right, I have corrected the file on the ftp site. -- Mushrooms always grow in damp places and so they look like umbrellas. /// Bram Moolenaar --...
68278 Bram Moolenaar
Bram@... Send Email
Feb 15, 2013
10:01 pm
... Thanks! ... Never mind then. -- To keep milk from turning sour: Keep it in the cow. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net...
68279 Michael Henry
vim@... Send Email
Feb 15, 2013
10:57 pm
Bram, Life's been a bit hectic lately (as I'm sure you'd find familiar ... various options for the idea below. The original patch provided a Vim option to...
68280 Ken Takata
kentkt@... Send Email
Feb 15, 2013
11:01 pm
Hi Steve, ... Sorry. There was a mistake in my patch. I have updated the patch. Please try this. Regards, Ken Takata -- -- You received this message from the...
68281 Roland Eggner
edvx1@... Send Email
Feb 16, 2013
2:13 am
... Indeed, you are right: my patch beeing wrong was hidden by autocommands restoring cursor positions based on textmarks. For investigation of the problem I...
68282 vim@... Send Email Feb 16, 2013
10:31 am
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 109 by bland...@...: src/Make_mvc.mak fails for quoted values of SDK_INCLUDE_DIR ...
68283 Christian Brabandt
cblists@... Send Email
Feb 16, 2013
1:51 pm
Bram, I think I've found a bug with the regular expression engine: ~$ vim -u NONE -N ... " Note how the cursor /does not/ move ... " Note, that the cursor...
68284 Mosh
moshahmed@... Send Email
Feb 16, 2013
2:52 pm
1. It is working correctly as designed, see the specs on how encryption works: http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation and note the...
68285 Bram Moolenaar
Bram@... Send Email
Feb 16, 2013
4:38 pm
... I can reproduce it. I hope you can find a fix when you are not busy. -- Mynd you, m00se bites Kan be pretty nasti ... "Monty Python and the Holy Grail"...
68286 Bram Moolenaar
Bram@... Send Email
Feb 16, 2013
5:16 pm
... Thanks, I'll include it. -- SUPERIMPOSE "England AD 787". After a few more seconds we hear hoofbeats in the distance. They come slowly closer. Then out...
68287 Bram Moolenaar
Bram@... Send Email
Feb 16, 2013
5:16 pm
... You could only make this change because you have seen the readable text. Without that you had no clue what bits to change to get any desired effect....
68288 Bram Moolenaar
Bram@... Send Email
Feb 16, 2013
5:18 pm
Patch 7.3.821 Problem: Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta) Files:...
68289 vim@... Send Email Feb 16, 2013
6:04 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 110 by altuny...@...: Test49 is failing for the last two weeks updates ...
68290 vim@... Send Email Feb 16, 2013
6:31 pm
Comment #1 on issue 110 by altuny...@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 I've...
68291 vim@... Send Email Feb 16, 2013
6:34 pm
Comment #2 on issue 110 by brammool...@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 I cannot...
68292 vim@... Send Email Feb 16, 2013
7:00 pm
Comment #3 on issue 110 by altuny...@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 Attached is...
68293 vim@... Send Email Feb 16, 2013
7:21 pm
Comment #4 on issue 110 by vega.james@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 This patch...
68294 Christian Brabandt
cblists@... Send Email
Feb 16, 2013
9:02 pm
Hi Bram! ... This patch fixes it for me: diff --git a/src/search.c b/src/search.c ... +++ b/src/search.c @@ -727,6 +727,8 @@ ++matchcol; } } +...
68295 Christian Brabandt
cblists@... Send Email
Feb 16, 2013
9:03 pm
Hi Olivier! ... Check this patch: diff --git a/src/edit.c b/src/edit.c ... +++ b/src/edit.c @@ -3441,6 +3441,7 @@ } compl_enter_selects = !compl_used_match; +...
68296 Christian Brabandt
cblists@... Send Email
Feb 16, 2013
9:14 pm
Hi Marcin! ... Oh yes, the motion is exclusive. The old patch did not allow multi-line patterns. I attach a new, slightly different one. Try this one. ... Yes,...
68297 vim@... Send Email Feb 16, 2013
9:17 pm
Comment #5 on issue 110 by chrisbr...@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 This...
68298 vim@... Send Email Feb 16, 2013
9:18 pm
Comment #2 on issue 108 by chrisbr...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 BTW, this issue should...
68299 Bram Moolenaar
Bram@... Send Email
Feb 16, 2013
10:09 pm
Sergey - When I run the tests under valgrind, while Vim was built with the MzScheme interface, I get a lot of errors. See below. Some may be false warnings,...
68300 Christian Brabandt
cblists@... Send Email
Feb 16, 2013
10:42 pm
Hi Roland! Thanks for your effort and the patch. Can you please attach the patch? I find it hard to understand what your problem is using copy/paste. regards, ...
Messages 68271 - 68300 of 70138   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help