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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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; } } +...
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@...
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@...
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@...
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@...
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, ...