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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 34568 - 34597 of 70018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
34568 george@... Send Email Feb 1, 2004
1:18 pm
Mail transaction failed. Partial message is available....
34569 Ilya Sher
iso8601@... Send Email
Feb 1, 2004
1:25 pm
Hi. INTRO: I'm using VI for my todo lists for a few months. So I did syntax file for it. My guess is that there are other people that use plain text files for...
34570 Ilya Sher
iso8601@... Send Email
Feb 1, 2004
1:27 pm
Sorry for the incorrect headers. It was supposed (previously) to be for me only. Yes, it was copy of diff.vim ;)...
34571 Manu Anand
Manu.Anand@... Send Email
Feb 1, 2004
1:45 pm
... FEEDBACK: What do you guys think ? Anyone finds this useful ? P.S. Tried to include htmlized version (for quick view) but the mailing list software says...
34572 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
3:22 pm
... I suspect this is a problem in your window manager. I just tried it out with KDE 3.1, and the Vim window immediately resizes when I switch between hiding...
34573 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
3:23 pm
... That looks like a good idea. EMSG2() only handles two arguments though. I'll add emsg3() for this. -- login: yes password: I don't know, please tell me ...
34574 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
3:24 pm
... The problem is that ( and ) are not in 'isfname&#39;. This makes it possible to use a filename in parenthesis and still use "gf" on it. A workaround is to use...
34575 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
3:40 pm
Patch 6.2.216 (after 6.2.206) Problem: Multi-byte characters stil cannot be used as hotkeys in a console dialog. (Mattias Erkisson) Solution: Make...
34576 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
6:56 pm
Patch 6.2.217 Problem: GTK: setting the title doesn't always work correctly. Solution: Invoke gui_mch_settitle(). (Tomas Stehlik) Files: src/os_unix.c...
34577 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
6:59 pm
Patch 6.2.218 Problem: Warning for function without prototype. Solution: Add argument types to the msgCB field of the BalloonEval struct. Files:...
34578 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
7:02 pm
Patch 6.2.219 Problem: Syntax highlighting hangs on an empty match of an item with a nextgroup. (Charles Campbell) Solution: Remember that the item has...
34579 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
7:06 pm
Patch 6.2.220 Problem: When a Vim server runs in a console a remote command isn't handled before a key is typed. (Joshua Neuheisel) Solution: Don't try...
34580 Bram Moolenaar
Bram@... Send Email
Feb 1, 2004
7:08 pm
Patch 6.2.221 Problem: No file name completion for ":cscope add". Solution: Add the XFILE flag to ":cscope". (Gary Johnson) Files: src/ex_cmds.h ... ...
34581 Tony Houghton
lists@... Send Email
Feb 1, 2004
8:20 pm
... [Patch snipped] ... It does seem to be window-manager specific. Metacity hides the bottom frame edge of all maximised windows, and in the case of gvim it...
34582 Mikolaj Machowski
mikmach@... Send Email
Feb 1, 2004
8:27 pm
... This is problem of window manager, not Vim. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 1 Feb) ...
34583 Denis Perelyubskiy
lists@... Send Email
Feb 1, 2004
11:12 pm
Bram, On Sun, 01 Feb 2004 16:20:46 +0100, "Bram Moolenaar" <Bram@...> ... Thanks for a quick reply. If I correctly understood it, one should be able...
34584 Ron Aaron
ron@... Send Email
Feb 2, 2004
12:12 am
... Hi again ... I think I have a hint as to the problem. My text has some characters in the 'Alphabetic combining' range. This is due to the way iconv maps...
34585 Khorev Sergey
Khorev@... Send Email
Feb 2, 2004
8:21 am
... What says "cscope -dl -f cscope.out"?...
34586 Bram Moolenaar
Bram@... Send Email
Feb 2, 2004
9:03 am
Patch 6.2.222 Problem: Using "--remote"; several times on a row only opens some of the files. (Dany St-Amant) Solution: Don't delete all typehead when the...
34587 Bram Moolenaar
Bram@... Send Email
Feb 2, 2004
10:39 am
... The problem is that file name expansion is done before reading the vimrc file. Thus changing 'isfname&#39; in your vimrc file has no effect for expanding the...
34588 Bram Moolenaar
Bram@... Send Email
Feb 2, 2004
12:00 pm
Patch 6.2.224 Problem: Mac: Can't compile with small features. (Axel Kielhorn) Solution: Also include vim_chdirfile() when compiling for the Mac. Files:...
34589 Bram Moolenaar
Bram@... Send Email
Feb 2, 2004
12:04 pm
Patch 6.2.225 Problem: NetBeans: Reported modified state isn't exactly right. Solution: Report a file being modified in the NetBeans way. Files:...
34590 Bram Moolenaar
Bram@... Send Email
Feb 2, 2004
12:16 pm
Patch 6.2.223 Problem: Cscope: Avoid a hang when cscope waits for a response while Vim waits for a prompt. Error messages from Cscope mess up the display. ...
34591 David Rennalls
drennalls@... Send Email
Feb 2, 2004
2:34 pm
... I get the '>>' prompt for cscope's line-oriented interface. Doing a '1MySymbol&#39; correctly shows me occurrences of 'MySymbol&#39;. - David...
34592 Bram Moolenaar
Bram@... Send Email
Feb 2, 2004
3:01 pm
... Did you try with or without patch 6.2.223? Then try without/with it. -- Far out in the uncharted backwaters of the unfashionable end of the Western Spiral...
34593 David Rennalls
drennalls@... Send Email
Feb 2, 2004
3:42 pm
... I only had patches 1-214, I just built a version with patches 1-223 and tried. I got the same result however. - David...
34594 bram@... Send Email Feb 2, 2004
5:04 pm
Mail transaction failed. Partial message is available....
34595 Ilya Sher
iso8601@... Send Email
Feb 3, 2004
6:17 am
... Hash: SHA1 Hi vim-dev's. What do you guys think if vim would switch from "more" to "less" so it would have the ability to scroll up / make a search in...
34596 Khorev Sergey
Khorev@... Send Email
Feb 3, 2004
7:42 am
Which of the cscopes flying around are you using? Operating system? Can you make repeatable test case? If not, use debugger to reveal stack trace on the call...
34597 Ilya Sher
iso8601@... Send Email
Feb 3, 2004
7:59 am
... Hash: SHA1 Hi all. INTRO: I was trying to fix highlighting of the following 2 lines (my .vimrc) map <S-F10> :syn match PreProc "^[^:]&#92;+:"<CR> let...
Messages 34568 - 34597 of 70018   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