... That is nice. ,----[ :h todo.txt ]- ... `---- I wonder, if one should combine the keepjumps and stay functions into one special argument or make 2 of it. ...
67211
Ike Devolder
ike.devolder@...
Nov 22, 2012 7:48 am
... Anyone else having issues with this patch ? In my day to day work i use vim in combination with syntastic to do some linting for me. Since this patch i...
67212
Christian Brabandt
cblists@...
Nov 22, 2012 8:09 am
On Thu, November 22, 2012 08:47, Ike Devolder wrote: [Patch 7.3.315] ... It would help, if you can craft a reproducible example. I have no idea, what syntastic...
67213
Ike Devolder
ike.devolder@...
Nov 22, 2012 2:08 pm
... When i'm back at home i'll try to find a way to reproduce this problem consistently. I've had segfaults in many occasions but I dont yet have a pattern to...
67214
glts
676c7473@...
Nov 22, 2012 3:15 pm
(I posted this in vim_use a week ago but got no response. Trying again here, I would be thankful if anybody can try to reproduce this.) Hello list ... Since...
67215
David Fishburn
dfishburn.vim@...
Nov 22, 2012 3:43 pm
I just upgraded from Python 2.7 to 3.3 and am trying to compile with the following errors: Pulled latest sources. Microsoft (R) Program Maintenance Utility...
... No. E.g. you want to make a change at the cursor position and take [range] lines into account to compute the change. And you don't want :keepjumps for it. ...
67218
Ike Devolder
ike.devolder@...
Nov 22, 2012 7:25 pm
... i attach a minimum configuration + testfile where i have consistent segfaults on. within the archive you can find index.php, it has a syntax error, the ...
67219
Ike Devolder
ike.devolder@...
Nov 22, 2012 7:35 pm
... ok i forgot on pre-requisite: you must have php installed so the syntastic plugin can run php -l to get the syntax error showing. --Ike -- You received...
67220
Bram Moolenaar
Bram@...
Nov 22, 2012 9:18 pm
... Try replacing the en_gb spell file that you installed long ago with one downloaded from the server now. The files on the site have been updated some time...
67221
Bram Moolenaar
Bram@...
Nov 22, 2012 9:18 pm
... Strange. I'll add it to the todo list. -- "I simultaneously try to keep my head in the clouds and my feet on the ground. Sometimes it's a stretch,...
67222
Bram Moolenaar
Bram@...
Nov 22, 2012 9:19 pm
... Configure never defines INCLUDE_MZSCHEME_BASE, right? Thus in this code: /* need to put it here for dynamic stuff to work */ #if...
67223
Bram Moolenaar
Bram@...
Nov 22, 2012 9:21 pm
... Thanks, I'll include it. -- hundred-and-one symptoms of being an internet addict: 55. You ask your doctor to implant a gig in your brain. /// Bram...
... Hi Ike I can reproduce the crash using your description with Vim-7.3.725 on Linux x86_64. Valgrind gives the following error: ==6815== Invalid read of size...
67225
Christian Brabandt
cblists@...
Nov 22, 2012 10:29 pm
Hi Bram! ... Problem is, in expr1 ? expr2 : expr3 Vim explicitly resets evaluate in the false case which leads to being rettv.v_type being VAR_UNKNOWN and then...
67226
Christian Brabandt
cblists@...
Nov 22, 2012 10:29 pm
Hi Dominique! ... […] ... I see. Try this patch: diff --git a/src/quickfix.c b/src/quickfix.c ... +++ b/src/quickfix.c @@ -2863,7 +2863,7 @@ { ...
67227
glts
676c7473@...
Nov 22, 2012 10:33 pm
... I was using the "vim-gnome" package on Linux Ubuntu 12.04; I didn't think of updating the runtime files first. Anyway, that did it, problem solved, thank...
67228
Dominique Pellé
dominique.pelle@...
Nov 22, 2012 10:46 pm
... Hi Christian I can't tell whether that's the right fix, but I confirm that your proposed change avoids the crash at least. wp->w_llist was set to NULL at...
67229
Andy Wokula
anwoku@...
Nov 23, 2012 12:07 am
... Now gVim crashes. -- Andy -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. ...
67230
Ken Takata
kentkt@...
Nov 23, 2012 1:49 am
Hi, I think that Make_cyg.mak needs some additional include dirs for ruby 1.9. After applying the attached patch, I can compile with the following command: $...
67231
Christian J. Robinson
heptite@...
Nov 23, 2012 2:51 am
... And yet I still get the undefined reference to _pow error, regardless of which version of gcc I use. - Christian -- "We are what we pretend to be, so we...
67232
Cade Foster
ahx2323@...
Nov 23, 2012 5:25 am
Hi. This patch fix "fatal error U1052: file 'Win32.mak39; not found" error Thanksfor great editor! -- You received this message from the "vim_dev" maillist. Do...
67233
Sergey Khorev
sergey.khorev@...
Nov 23, 2012 5:28 am
... I installed just racket package. If your installation was upgraded from an earlier version, can you check if you still have /usr/lib/racket/collects...
67234
Nate Soares
nate@...
Nov 23, 2012 6:40 am
+ docs ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,...
67235
Ken Takata
kentkt@...
Nov 23, 2012 6:46 am
Hi David, ... It seems that you set PYTHON=C:\Python33 instead of PYTHON3=C:92;Python33. If you use Python 3.x, you should set PYTHON3, PYTHON3_VER and ...
67236
Christian Brabandt
cblists@...
Nov 23, 2012 7:43 am
Hi Andy! ... Hm, interesting. For me it passes all tests. Can you get me a stack trace? regards, Christian -- -- You received this message from the "vim_dev"...
67237
Christian Brabandt
cblists@...
Nov 23, 2012 7:44 am
Hi Andy! ... Fine with me, I was just thinking loud. regards, Christian -- Es ist erstaunlich, wie vorurteilsfrei wir zu denken vermögen, wenn es gilt, eine...
67238
Christian Brabandt
cblists@...
Nov 23, 2012 8:19 am
Hi Dominique! ... Indeed. I think GET_LOC_LIST should be defined as ll_get_or_alloc_list(wp) regards, Christian -- You received this message from the "vim_dev"...
67239
Marcin Szamotulski
mszamot@...
Nov 23, 2012 10:16 am
Dear vim_dev, I have found a strange behaviour of "- register, with the following setting: set clipboard=unnamed,autoselect,exclude:cons92;|linux (unnamed added...