... Thanks! -- A day without sunshine is like, well, night. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\92; /// sponsor Vim,...
68651
Mike Williams
mike.williams@...
Mar 11, 2013 2:06 pm
Hi all, ... Just wondering where this patch is up to. I have been using it for the last 6 weeks without a problem here, using an Mercurial patch queue to keep...
68652
MURAOKA Taro
koron.kaoriya@...
Mar 11, 2013 3:57 pm
Hi MIke. I will work on it and some other tasks ASAP. ... -- MURAOKA Taro <koron.kaoriya@...> -- -- You received this message from the "vim_dev"...
68653
Jacek Artymiak
jacek.artymiak@...
Mar 11, 2013 6:09 pm
... Thank you, Bram! Jacek Artymiak -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
68654
Markus Pargmann
mpargmann@...
Mar 11, 2013 6:28 pm
Hi Daniel, ... Yes you are right, matching all of them is probably nicer. But I don't think we should treat all names inside a block as nodes. Most of the ...
68655
Markus Pargmann
mpargmann@...
Mar 11, 2013 6:30 pm
Small improvement to highlight nodes with addresses in devicetree files. Signed-off-by: Markus Pargmann <mpargmann@...> ... Changes in v2: - Highlight...
68656
Daniel Mack
zonque@...
Mar 11, 2013 6:37 pm
... Nice :) Acked-by: Daniel Mack <daniel@...> Thanks, Daniel ... -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
68657
vim@...
Mar 12, 2013 12:49 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 120 by vlad.ir...@...: folds are displayed incorrectly after uncaught error in...
68658
vim@...
Mar 12, 2013 1:06 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 121 by vlad.ir...@...: cursor jumps to the end of closed fold when executing a...
68659
Yukihiro Nakadaira
yukihiro.nakadaira@...
Mar 12, 2013 2:57 pm
... I wrote patch for it. Please check the attached patch. I tested gtk2, athena and cui vim on ubuntu-12.10. -- Yukihiro Nakadaira -...
68660
cptstubing
cptstubing06@...
Mar 12, 2013 3:16 pm
I was going to ask if you would consider adding g/G to the |more- prompt| in message.c:msg_moremsg() like so: 2922c2922 < _(" SPACE/d/j:...
68661
Christian Brabandt
cblists@...
Mar 12, 2013 4:21 pm
... I think, this happens, because after the error, did_emsg isn't reset yet when calling the foldtext() function. I am not sure, if it is safe to reset...
68662
Christian Brabandt
cblists@...
Mar 12, 2013 4:22 pm
... I don't see this with Vim. Can you reproduce the issue with vim -u NONE -N ? regards, Christian -- -- You received this message from the "vim_dev"...
68663
Bram Moolenaar
Bram@...
Mar 12, 2013 5:15 pm
... The problem is that this message must fit in one line, and adding more text makes it wrap. ... I only see the problem for when there are just a couple of...
68664
Nirk Niggler
nirk.niggler@...
Mar 12, 2013 5:26 pm
line 290 of the C syntax file from version " Vim syntax file " Language: C " Maintainer: Bram Moolenaar <****@***.***> " Last Change: 2009 Nov 17 reads syn...
68665
glts
676c7473@...
Mar 12, 2013 5:32 pm
... I can reproduce this on the current Vim version 7.3.854 on Ubuntu Linux 12.04. David -- -- You received this message from the "vim_dev" maillist. Do not...
68666
vim@...
Mar 12, 2013 6:02 pm
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 122 by j...@...: echo options when changing them ...
68667
Christian Brabandt
cblists@...
Mar 12, 2013 8:16 pm
Hi glts! ... Ah, I see, this only happens when sourcing as a script. The problem here is, that there is a subtle difference between the :@ command and the ... ...
68668
Christian Brabandt
cblists@...
Mar 12, 2013 8:40 pm
Hi ... Attached is a patch regards, Christian -- Wer freudig ist, hat zu allen Dingen den rechten Stand. -- Romano Guardini -- -- You received this message...
68669
glts
676c7473@...
Mar 12, 2013 8:40 pm
Hi Christian, ... yes, I saw the problem. ... Unfortunately, the expression "in the future" is very relative generally speaking and with Vim in particular. For...
68670
Bram Moolenaar
Bram@...
Mar 12, 2013 9:09 pm
... I can't remember where it came from... Google mentions #warn on www.vxdev.com/docs/vx55man/diab5.0ppc/c-additi.htm, but that page doesn't load now. I...
68671
Bram Moolenaar
Bram@...
Mar 13, 2013 10:56 am
... Where does the value of did_emsg get used then? It's not obvious, get_foldtext() doesn't check it. -- Never overestimate a man's ability to underestimate...
68672
Bram Moolenaar
Bram@...
Mar 13, 2013 10:56 am
... Thanks, I'll try it out. -- Everybody lies, but it doesn't matter since nobody listens. -- Lieberman's Law /// Bram Moolenaar -- Bram@... --...
68673
Christian Brabandt
cblists@...
Mar 13, 2013 11:38 am
... Well get_foldtext() walks up the entire eval() stack again. And in eval7() you have in line 5163 /* Invoke the function */ ret = get_func_tv(...) Here ret...
68674
Vlad Irnov
vlad.irnov@...
Mar 13, 2013 12:24 pm
... Thanks! I hope this patch will be included. So, when on a closed fold, :@{register} currently behaves like an Ex command that accepts a range as explained...
68675
Bram Moolenaar
Bram@...
Mar 13, 2013 1:54 pm
... OK, so it's deep down in eval. What should happen is when evaluating 'foldtext39; it should check if this results in an error, and then stop evaluating it....
68676
Bram Moolenaar
Bram@...
Mar 13, 2013 4:02 pm
Patch 7.3.855 Problem: Compiler warnings. Solution: Add type casts. (Mike Williams) Files: src/misc1.c ... *************** *** 5468,5474 **** for (i =...
68677
Charles Campbell
Charles.E.Campbell@...
Mar 13, 2013 4:09 pm
... <snip> FYI: I still can't build gvim to use Luxi Mono on my main work computer; however, I can build a gvim on another computer that hasn't been damaged...
68678
Bram Moolenaar
Bram@...
Mar 13, 2013 4:50 pm
Patch 7.3.856 Problem: When calling system() multi-byte clipboard contents is garbled. Solution: Save and restore the clipboard contents. (Yukihiro...
68679
Nirk Niggler
nirk.niggler@...
Mar 13, 2013 5:02 pm
Bram: that page reads ... There appears to be no difference between using #warn and #warning. So sure, there exists one compiler that uses #warn. I'll recant...