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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 68476 - 68505 of 70025   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
68505 vim@... Send Email Feb 27, 2013
7:57 pm
Comment #11 on issue 115 by fritzoph...@...: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 ... Are you sure?...
68504 Mark Petryk
markpetryk@... Send Email
Feb 27, 2013
7:42 pm
Thank you! Gentlemen! -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For...
68503 mattn
mattn.jp@... Send Email
Feb 27, 2013
1:05 pm
... https://gist.github.com/5047752 ... It exists in c.vim already. Sorry I can add more in wellâ€chosen words... -- -- You received this message from the...
68502 Christian Brabandt
cblists@... Send Email
Feb 27, 2013
8:09 am
... Hi Olivier, I used something like 7.3.840 patch yesterday night to test it and as I said, it works for me, but let me look into it again later today. ...
68501 Olivier Teuliere
ipkiss@... Send Email
Feb 27, 2013
7:35 am
Hi Christian, ... Initializing n doesn't fix the initial problem either. I don't know if I was supposed to revert your first patch before applying the second...
68500 vim@... Send Email Feb 27, 2013
12:37 am
Comment #10 on issue 115 by Go.Zu...@...: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 The vim version I...
68499 vim@... Send Email Feb 27, 2013
12:12 am
Comment #9 on issue 115 by Go.Zu...@...: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 I don't have any vimrc...
68498 Christian Brabandt
cblists@... Send Email
Feb 26, 2013
10:56 pm
Hi Olivier! ... Yes. n needs to be initialized to -1. It fixes the problem you described in your first message for me. regards, Christian -- -- You received...
68497 Christian Brabandt
cblists@... Send Email
Feb 26, 2013
10:50 pm
... This patch fixes it, but is probably wrong, since it makes screen redrawing much slower. diff --git a/src/screen.c b/src/screen.c ... +++ b/src/screen.c @@...
68496 Olivier Teuliere
ipkiss@... Send Email
Feb 26, 2013
10:28 pm
Hi Christian, Sorry, but there doesn't seem to be any difference. And there is a compilation warning: edit.c: In function ‘ins_complete’: edit.c:5377:16:...
68495 Christian Brabandt
cblists@... Send Email
Feb 26, 2013
10:18 pm
Hi John! ... It is probably in Bram's todo list already, but he hasn't pushed the runtime files yet to the public repository (at ...
68494 Christian Brabandt
cblists@... Send Email
Feb 26, 2013
10:10 pm
Hi Olivier! ... The problem is, hitting backspace changes the leader and on the next invocation of ins_complete() compl_curr_match() will be set wrongly ...
68493 vim@... Send Email Feb 26, 2013
10:08 pm
Comment #8 on issue 115 by fritzoph...@...: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 What do you mean by,...
68492 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
9:54 pm
... Missing "/testdir";. Didn't notice diff omitted those two files. Will make another patch then. ... Fixed in 7.3.842. -- The average life of an organization...
68491 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
9:54 pm
Patch 7.3.843 (after 7.3.841) Problem: Missing test file changes. Solution: Change the tests. Files: src/testdir/test49.vim, src/testdir/test49.ok ......
68490 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
8:43 pm
... Ah, missed the warning. Thanks. -- A consultant is a person who takes your money and annoys your employees while tirelessly searching for the best way to...
68489 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
8:43 pm
Patch 7.3.842 Problem: Compiler warning for signed/unsigned pointer. Solution: Add type cast. (Christian Brabandt) Files: src/eval.c ... ...
68488 Christian Brabandt
cblists@... Send Email
Feb 26, 2013
8:12 pm
Hi ... [ascii code] ... While I don't can anything contribute to this specific problem, which seems to be related to Windows only, I noticed one specific...
68487 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 26, 2013
7:37 pm
... src/version.c is also changed (by adding the patch number) but src/test49.* aren't changed by the patch. :-? "hg -incoming" correctly mentioned only...
68486 vim@... Send Email Feb 26, 2013
7:30 pm
Comment #7 on issue 115 by Go.Zu...@...: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 Hello, For Vim 7.3.822...
68485 Christian Brabandt
cblists@... Send Email
Feb 26, 2013
7:16 pm
Hi Bram! ... I just got a warning from this line. I think, this should be diff --git a/src/eval.c b/src/eval.c ... +++ b/src/eval.c @@ -5170,7 +5170,7 @@ *...
68484 vim@... Send Email Feb 26, 2013
6:56 pm
Comment #6 on issue 115 by Go.Zu...@...: Vim Macro to generate ASCII characters http://code.google.com/p/vim/issues/detail?id=115 Hello, What does ":set...
68483 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
6:36 pm
Patch 7.3.841 Problem: When a "cond ? one : two" expression has a subscript it is not parsed correctly. (Andy Wokula) Solution: Handle a subscript also...
68482 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
5:46 pm
Patch 7.3.840 Problem: "\@<!" in regexp does not work correctly with multi-byte characters, especially cp932. Solution: Move column to start of multi-byte...
68481 Jacek Artymiak
jacek.artymiak@... Send Email
Feb 26, 2013
5:45 pm
Correct. *.csdl is the filename extension we use for CSDL files. The repo at https://github.com/datasift/datasift-vim contains a test file (test.csdl): ...
68480 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
5:26 pm
... Thanks, I'll include it. When you make improvements, please send me the updated file. How do we recognize a CSDL file? *.csdl perhaps? -- I think that...
68479 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
5:26 pm
... This uses the variable cpp_no_cpp11. Can we document this? There also is c_no_c11, I suppose that has a different meaning. -- It's totally unfair to...
68478 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
5:00 pm
... Right, thanks for the reminder. -- No engineer can take a shower without wondering if some sort of Teflon coating would make showering unnecessary. (Scott...
68477 Bram Moolenaar
Bram@... Send Email
Feb 26, 2013
5:00 pm
Patch 7.3.839 Problem: Some files missing in the list of distributed files. Solution: Add lines for new files. Files: Filelist ... *************** ......
68476 Ken Takata
kentkt@... Send Email
Feb 26, 2013
4:36 pm
Hi Bram, ... This patch adds two new files (src/proto/winclip.pro, src/winclip.c). Do we need to add these files into 'Filelist&#39;? Regards, Ken Takata -- -- You...
Messages 68476 - 68505 of 70025   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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