Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 51001 - 51030 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
51001
Hello, I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1....
SungHyun Nam
goweol@...
Send Email
Jul 1, 2008
8:19 am
51002
Hello, I checked a diff between VIM 7.1.330 and VIM 7.2a.10. The changes in mbyte.c below caused the cursor problem. The old code was problematic for the...
SungHyun Nam
goweol@...
Send Email
Jul 1, 2008
8:45 am
51003
On Mon, Jun 30, 2008 at 23:17, Christian MICHON ... wget comes to mind. I am sure you will find a script to do what you want. Wanting web archives in a sane...
Richard Hartmann
richih.mailinglist@...
Send Email
Jul 1, 2008
10:21 am
51004
############################## http:\\lakshmiraiprofile.blogspot.com ############################## --~--~---------~--~----~------------~-------~--~----~ You...
nari
samukthas09@...
Send Email
Jul 1, 2008
10:43 am
51005
On Tue, Jul 1, 2008 at 12:21 PM, Richard Hartmann ... thanks for suggesting it. as I mentioned, it would have been the last resort. fortunately, our dear Bram...
Christian MICHON
christian.michon@...
Send Email
Jul 1, 2008
10:47 am
51006
... I managed to find a neat way to do this. ... good hint. actually, it's inside each patch itself (just need to look for the date of version.c updates). ... ...
Christian MICHON
christian.michon@...
Send Email
Jul 1, 2008
10:58 am
51007
I've wrote compiler file for Lua: http://wit.edu.pl/~husiatyn/lua.vim --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Piotr Husiatyński
PHusiatynski@...
Send Email
Jul 1, 2008
11:19 am
51008
Hi, When running 7.2a in an xterm under Cygwin, the color capabilities of the xterm are not used. Rather, vim uses only standard terminal capabilities like...
Corinna Vinschen
vim@...
Send Email
Jul 1, 2008
2:12 pm
51009
Hi, ... +viminfo vs. -viminfo Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it...
Jürgen Krämer
jottkaerr@...
Send Email
Jul 1, 2008
2:15 pm
51010
Hi, ... Sorry, I wanted to write +terminfo vs. -terminfo Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the...
Jürgen Krämer
jottkaerr@...
Send Email
Jul 1, 2008
2:16 pm
51011
... Well, "xterm" really has no color support. It was monochrome. You need to set the TERM variable to either "xterm-color" or even "xterm-256color". If you...
Marc Haisenko
haisenko@...
Send Email
Jul 1, 2008
2:38 pm
51012
... Ouch! You're right. The new version is accidentally built against termcap instead of ncurses because I missed to install the ncurses-devel package. ...
Corinna Vinschen
vim@...
Send Email
Jul 1, 2008
3:18 pm
51013
... xterm has color capabilities for ages and the terminfo xterm entry contains this information. Of course, when linking against libtermcap instead of...
Corinna Vinschen
vim@...
Send Email
Jul 1, 2008
3:21 pm
51014
Hello VIM developers, I found a small bug in :pedit when one wants to clone the current buffer to the preview window _and_ there is a :autocmd for the...
Ingo Karkat
swdev@...
Send Email
Jul 1, 2008
3:40 pm
51015
... Yes, but in a lot of places it is still assumed that "xterm" means monochrome. For example, try OpenSolaris: if TERM=xterm you'll get a monochrome vim. ...
Marc Haisenko
haisenko@...
Send Email
Jul 1, 2008
3:42 pm
51016
... The terminfo description for "xterm" that is distributed with xterm itself, which I would think would make it definitive, says it supports 8 colors. ...
Gary Johnson
garyjohn@...
Send Email
Jul 1, 2008
4:03 pm
51017
... (from XFree86/X.org) ... ...which ALSO is wrong because it supports 256 colors as you verify yourself with the attached script. As you can see, the UNIX...
Marc Haisenko
haisenko@...
Send Email
Jul 1, 2008
4:35 pm
51018
... I can reproduce it. I'll add a remark to the todo list. ... Why would you want to preview nothing? -- hundred-and-one symptoms of being an internet...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2008
7:35 pm
51019
... Thanks for looking into this. I don't include patches without knowing the name of the author. If you are scared you can mail me directly. About this part:...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2008
7:35 pm
51020
... There is an "#if 0" in src/mbyte.c: #if 0 /* Removal of this line suggested by Takuhiro Nishioka. Fixes that IM was * switched off unintentionally. */ ...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2008
7:36 pm
51021
... Yes, the hard-coding is not that nice. How about using this instead: ... *************** *** 1390,1397 **** attr); plain_start = str + 1; msg_puts_attr(s,...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2008
7:36 pm
51022
... Doesn't Google have a gdata interface for groups? ... Very probably, but Yahoo decided to delete old messages to save space ... -- hundred-and-one symptoms...
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2008
7:36 pm
51023
Patch 7.2a.011 Problem: The Edit/Startup Settings menu doesn't work. Solution: Expand environment variables. (Ben Schmidt) Files: runtime/menu.vim ......
Bram Moolenaar
Bram@...
Send Email
Jul 1, 2008
7:57 pm
51024
... Thanks a lot. ... I'm using the preview window as a kind of "Singleton" window: There's only one (in a tab page), and I set up custom mappings to "push"...
Ingo Karkat
swdev@...
Send Email
Jul 1, 2008
8:05 pm
51025
Looks like this didn't go through, so here it is again: ---------- Forwarded message ---------- From: Jan Minář <rdancer@...> Date: Tue, Jul 1,...
Jan Minář
rdancer@...
Send Email
Jul 2, 2008
12:27 am
51026
Hi Bram, Developers, it took a while, but it's finally available... Test it, play with it: have fun with it! It's at the following URL: ...
Christian MICHON
christian.michon@...
Send Email
Jul 2, 2008
12:31 am
51027
Hmm, it seems that current code was broken for japanese also. I'll look into it later. SungHyun Nam, What IM do you use? Thanks. ... -- - Yasuhiro Matsumoto ...
mattn
mattn.jp@...
Send Email
Jul 2, 2008
1:02 am
51028
... --'. ... -pthread/-O0/g ... that IM was ... To me, the 'im_is_active' is never changed to FALSE after it is set. Then, why is this flag is needed? Well,...
SungHyun Nam
goweol@...
Send Email
Jul 2, 2008
1:17 am
51029
... [...] ... I'm seeing this too. Looks like vulnerability to executing arbitrary shell commands via a specially crafted "tarfile" (which can be zero-length...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Jul 2, 2008
1:43 am
51030
SungHyun Nam, more question. what $LANG? what $GTK_IM_MODULE? what $XMODIFIERS Thanks. ... -- - Yasuhiro Matsumoto ...
mattn
mattn.jp@...
Send Email
Jul 2, 2008
3:26 am
Messages 51001 - 51030 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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