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 68327 - 68356 of 69773   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
68327 mind entropy
mindentropy@... Send Email
Feb 17, 2013
5:14 pm
On Sun, Feb 17, 2013 at 3:14 PM, Tony Mechelynck < ... feature. The text cursor is the rectangle. ... Thanks, Gautam. -- -- You received this message from the...
68328 mind entropy
mindentropy@... Send Email
Feb 17, 2013
5:16 pm
... the top right of the window and then hit it again to maximize will the cursor appear. Thanks, Gautam. -- -- You received this message from the "vim_dev"...
68329 Michael Henry
vim@... Send Email
Feb 17, 2013
7:02 pm
... That's great - thanks! I didn't think to check the TODO list, but I see it's there. I'd thought there might something more I should be doing here, but I...
68330 Mats Bertil Tegner
mats.bertil.tegner@... Send Email
Feb 17, 2013
7:46 pm
... Hi, Patch 821, is not present on the FTP-server yet, nor is it mentioned in the README file. Will it be available later? Regards, Mats Tegner -- -- You...
68331 Thiago Alves
talk@... Send Email
Feb 17, 2013
8:15 pm
I created a clone of Vim repository in case you want to try these changes: https://code.google.com/r/talk-foldcolumnoptions/ I don't know if this patch can be...
68332 Bram Moolenaar
Bram@... Send Email
Feb 17, 2013
8:19 pm
... Thanks. So these are all false alarms? -- Kiss me twice. I'm schizophrenic. /// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\&#92; ...
68333 ZyX
zyx.vim@... Send Email
Feb 17, 2013
8:48 pm
... Only likely. To really check you have to use special python version: with configure flags suggested by Dominique Pelle. By the way, link to README.valgrind...
68334 John Little
John.B.Little@... Send Email
Feb 17, 2013
9:09 pm
See :help limits. No need for all that stuff. ... will show if your vim has 32 bit integers. Does anyone know how to compile vim for 64 bit numbers? Regards,...
68335 Christian Brabandt
cblists@... Send Email
Feb 17, 2013
9:16 pm
Hi Bram! ... Oh, I didn't know that. ... You mean w_cursor.col and using '|' instead of 'l'. That won't help here, I am afraid. If we have a multi-byte built,...
68336 Nazri Ramliy
ayiehere@... Send Email
Feb 18, 2013
9:56 am
This is a reply of an almost 3-year old thread (but still relevant :) ... Attached is a toy patch that implements something similar to the above. It add the...
68337 Bram Moolenaar
Bram@... Send Email
Feb 18, 2013
12:29 pm
... It's there now. Forgot to press the "send" button. -- If you don't get everything you want, think of everything you didn't get and don't want. /// Bram...
68338 Christian Brabandt
cblists@... Send Email
Feb 18, 2013
12:39 pm
Bram, one of my annoyances with vim currently is, that when using n/N for searching the direction depends on the previous search command. But I usually forget...
68339 vim@... Send Email Feb 18, 2013
1:38 pm
Comment #3 on issue 108 by mortba...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 Your workaround works like a...
68340 Steve Hall
digitect@... Send Email
Feb 18, 2013
1:41 pm
... Works for me. Just curious why this wouldn't be the default instead of the option? (Having to specify STATIC_STDCPLUS=yes at the build line is always ...
68341 vim@... Send Email Feb 18, 2013
1:52 pm
Comment #6 on issue 110 by altuny...@...: Test49 is failing for the last two weeks updates http://code.google.com/p/vim/issues/detail?id=110 v7-3-822...
68342 Ken Takata
kentkt@... Send Email
Feb 18, 2013
2:24 pm
Hi Steve, ... I don't know why. I just copied it from Make_ming.mak. ... Actually It is not required, if you use stdc++ DLLs. You may find the required DLLs in...
68343 vim@... Send Email Feb 18, 2013
2:59 pm
Comment #4 on issue 108 by nikolai....@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 It sounds more like...
68344 vim@... Send Email Feb 18, 2013
3:22 pm
Comment #5 on issue 108 by mortba...@...: rst syntax file, completion http://code.google.com/p/vim/issues/detail?id=108 I see. Well I also sent a mail to...
68345 tyru
tyru.exe@... Send Email
Feb 18, 2013
3:31 pm
Hello vim_dev and Sirtaj Singh Kang(who is the first author of this script). I wrote a patch for vim2html.pl, which I found in vim runtime directory. (":e...
68346 Sergey Khorev
sergey.khorev@... Send Email
Feb 18, 2013
3:39 pm
The problem above only occurs at runtime using racket 5.3.2 with the ... Works fine for me. Did you delete mzscheme_base.c and *.o files before building Vim...
68347 Sergey Khorev
sergey.khorev@... Send Email
Feb 18, 2013
3:41 pm
... use version 3.x or build Racket yourself with conservative GC. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
68348 Ben Fritz
fritzophrenic@... Send Email
Feb 18, 2013
4:35 pm
... I still don't think preventing this kind of attack is within the scope of Vim's encryption. ... But I think THIS is an excellent argument for your proposed...
68349 Roland Eggner
edvx1@... Send Email
Feb 18, 2013
6:59 pm
... The idea using setpos() looks promising. Two patches in attachments, the first implements setpos() in src/ex_docmd.c, the second adds adapted v2 of my ...
68350 vim@... Send Email Feb 18, 2013
7:16 pm
Updates: Status: Fixed Comment #7 on issue 110 by brammool...@...: Test49 is failing for the last two weeks updates ...
68351 Bram Moolenaar
Bram@... Send Email
Feb 18, 2013
8:58 pm
... No, that doesn't work. I meant w_virtcol. It has to be validated before using it. Might be tricky in other windows than the current window. ... It is...
68352 Bram Moolenaar
Bram@... Send Email
Feb 18, 2013
8:59 pm
... -- ARTHUR: Old woman! DENNIS: Man! ARTHUR: Man. I'm sorry. Old man, What knight live in that castle over there? DENNIS: I'm thirty-seven. "Monty Python...
68353 Christian J. Robinson
heptite@... Send Email
Feb 18, 2013
9:04 pm
I'm "bumping" this in the hopes that someone can help me. I'd really like to get this to build again, as I'm still stuck on patchlevel 804 under Windows. On...
68354 Christian Brabandt
cblists@... Send Email
Feb 18, 2013
9:32 pm
Hi Bram! ... I wouldn't call this intuitively: http://groups.google.com/group/vim_use/msg/6ff8586688e52b7d regards, Christian -- Unordnung: wo nichts am...
68355 Bram Moolenaar
Bram@... Send Email
Feb 18, 2013
9:49 pm
... I use "make reconfig" which deletes mzscheme_base.c. -- If all you have is a hammer, everything looks like a nail. When your hammer is C++, everything...
68356 Gary Johnson
garyjohn@... Send Email
Feb 18, 2013
9:51 pm
... Won't that break any plugins that use 'n' or 'N' after a reverse search? I agree that the proposed behavior would be less confusing than the current...
Messages 68327 - 68356 of 69773   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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