... I had encountered the same problem before, and the solution adopted in 7.3.666 is mentioned (which is somewhat hidden I must admit) in Make_mvc.mak line...
67466
Nate Soares
nate@...
Dec 6, 2012 6:33 pm
Oh, right, of course we can't have a {flatten} arg in synIDattr without knowing the row/column. It seems like the right thing to do here is have synID return a...
67467
Bram Moolenaar
Bram@...
Dec 6, 2012 8:31 pm
... I'll include it, thanks. -- Amnesia is one of my favorite words, but I forgot what it means. /// Bram Moolenaar -- Bram@... --...
67468
Bram Moolenaar
Bram@...
Dec 6, 2012 8:33 pm
Patch 7.3.754 Problem: Latest nmake is not recognized. Solution: Add nmake version 11.00.51106.1. (Raymond Ko) Files: src/Make_mvc.mak ... ...
67469
Bram Moolenaar
Bram@...
Dec 6, 2012 8:37 pm
... Thanks, I'll include it -- FIXME and XXX are two common keywords used to mark broken or incomplete code not only since XXX as a sex reference would grab...
67470
Bram Moolenaar
Bram@...
Dec 6, 2012 10:05 pm
Sorry to bother the list with this: I have a couple of people for who I no longer have a valid address or email, and I need to get in touch with them. I...
67471
So8res
so8res@...
Dec 7, 2012 6:04 am
synID now returns a list. synIDattr now takes a list. They both still handle the single-id case, but the code's a bit messy and the name is stale. I think we...
67472
Christian Brabandt
cblists@...
Dec 7, 2012 7:47 am
... […] ... I finally found the root cause of having qf_count being wrong. The vimgrep doesn't expect, that the quickfix list changes between loading files...
67473
Techlive Zheng
techlivezheng@...
Dec 7, 2012 10:54 am
在 2012å¹´12月6日星期四UTC+8上åˆ2æ—¶13分35秒,Bram Moolenaar写é“: ... This is great. -- You received this message from the "vim_dev" maillist. ...
67474
Gary Johnson
garyjohn@...
Dec 7, 2012 4:48 pm
... [179 lines of patch deleted] ... I'm glad the patch helps you and I'm sure Bram appreciates the acknowledgement. But, would you and others please not...
67475
郑文辉(Tec...
techlivezheng@...
Dec 7, 2012 4:51 pm
... Sorry for that, I thought the google groups will automatically fold that, but it does not. I will notice next time. -- You received this message from the...
67476
ZyX
zyx.vim@...
Dec 7, 2012 7:09 pm
... It does. But not all mail clients do the same. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text...
67477
Bram Moolenaar
Bram@...
Dec 7, 2012 8:37 pm
... Thanks. I'll add it near the top of the todo list. -- hundred-and-one symptoms of being an internet addict: 120. You ask a friend, "What39;s that big shiny...
67478
vim@...
Dec 7, 2012 9:15 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 96 by dominiqu...@...: Use of memory after free when pasting in read-only file...
67479
glts
676c7473@...
Dec 8, 2012 10:34 am
Hi asking for confirmation of flaky :echo behaviour in autocommands. In a nutshell: Echoing more than one line from within an autocommand is unreliable. The...
67480
Christian Brabandt
cblists@...
Dec 8, 2012 12:08 pm
Hi glts! ... I have seen the issue, but haven't found the problem yet. Is there any reason, why you are not using :echo? regards, Christian -- Tatsächlich...
67481
Christian Brabandt
cblists@...
Dec 8, 2012 1:38 pm
Hi ... Bram, strangely enough, dv_ only works when 'startofline39; is set, but does not, when 'sol' is unset. This patch fixes it, by making sure, if...
67482
vim@...
Dec 8, 2012 1:52 pm
Comment #1 on issue 96 by brammool...@...: Use of memory after free when pasting in read-only file using Perforce plugin ...
67483
glts
676c7473@...
Dec 8, 2012 2:01 pm
Hi Christian, thank you for answering. ... No reason. It doesn't matter, however, as the behaviour is the same regardless of whether I use :echo or :echomsg....
67484
Bram Moolenaar
Bram@...
Dec 8, 2012 3:32 pm
... Thanks. It's probably not difficult to add a test for this... -- hundred-and-one symptoms of being an internet addict: 124. You begin conversations with,...
67485
vim@...
Dec 9, 2012 10:51 am
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 97 by l...@...: Fix --enable-pythoninterp on systems where python is a symlink...
67486
vim@...
Dec 9, 2012 1:01 pm
Comment #1 on issue 97 by brammool...@...: Fix --enable-pythoninterp on systems where python is a symlink to python3. [code] ...
67487
vim@...
Dec 9, 2012 1:16 pm
Comment #2 on issue 97 by l...@...: Fix --enable-pythoninterp on systems where python is a symlink to python3. [code] ...
67488
Christian Brabandt
cblists@...
Dec 9, 2012 1:36 pm
Hi Bram! ... Yeah, I thought about this, after I sent the mail. Anyways, here is the patch including a test. regards, Christian -- Schöpferische Gemüter...
67489
Christian Brabandt
cblists@...
Dec 9, 2012 2:06 pm
Hi glts! ... Hm, strange, but if you define ... it does not get truncated. So this is at least a workaround. regards, Christian -- Der Fuchs wechselt den Balg,...
67490
Christian Brabandt
cblists@...
Dec 9, 2012 2:14 pm
... Sorry, small error in the testfile. Here is the correct patch. regards, Christian -- Demokratie ist eine Form der Regierung bei der durch die Wahl einer ...
67491
Bram Moolenaar
Bram@...
Dec 9, 2012 2:45 pm
Moved the discussion to the vim-dev list, a bit easier than using the web interface on the issue. ... OK, just to make it easier for others to see what the...
67492
Bram Moolenaar
Bram@...
Dec 9, 2012 2:45 pm
... Thanks! I think it's a good habit to add a test if we fix something. It might break again. -- I'm writing a book. I've got the page numbers done. ///...
67493
vim@...
Dec 9, 2012 2:47 pm
Comment #3 on issue 97 by brammool...@...: Fix --enable-pythoninterp on systems where python is a symlink to python3. [code] ...
67494
glts
676c7473@...
Dec 9, 2012 6:33 pm
Hi Christian, ... A poor workaround, unfortunately. It works with :echo but not with ... line) differently. I would look into this myself, but honestly I don't...