Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users 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 53099 - 53128 of 137771   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
53099 Dave Silvia
dsilvia@... Send Email
Aug 31, 2004
9:24 pm
Shades of green and blue are easier on the eye (tho' I don't know about a black background, but something softer than stark white). That's why many moons ago...
53100 Alejandro Lopez-Valen...
dradul@... Send Email
Aug 31, 2004
9:26 pm
... Did you link vim with curses or with cursesx? If the former, try the latter or better yet, installed ncurses and link against it (plus termlib, of course),...
53101 jonah
jonahgoldstein@... Send Email
Aug 31, 2004
9:26 pm
... Robert, Thanks for the link... I almost like matrix... I just wish it used a few different shades of green rather than the block word highlighting.......
53102 Bram Moolenaar
Bram@... Send Email
Aug 31, 2004
9:27 pm
... It's in the todo list. But it's quite a bit of work to implement and it's only number 17 in the voting list (http://www.vim.org/sponsor/vote_results.php),...
53103 Bram Moolenaar
Bram@... Send Email
Aug 31, 2004
9:31 pm
... The problem probably is that the console uses another encoding. Vim gets the file name in that encoding, but expects it to be in UTF-8. That won't work. I...
53104 Dave Silvia
dsilvia@... Send Email
Aug 31, 2004
9:33 pm
If you want to experiment easily, try the script InteractHL.vim (http://www.vim.org/scripts/script.php?script_id=1054). It allows you to pick colors by name...
53105 Reid Thompson
Reid.Thompson@... Send Email
Aug 31, 2004
9:34 pm
... reid...
53106 Valery Kondakoff
strauss@... Send Email
Aug 31, 2004
9:45 pm
Hello, Valery! Monday, August 30, 2004, 8:02:21 PM, you wrote: VK> There is the description of the problem: I'm creating a test dir, name VK> it in Russian...
53107 Keith Roberts
kroberts@... Send Email
Aug 31, 2004
9:50 pm
... Update (for anyone else out there with the same problem): 1) if you :set bkc=yes and :w it does work the way it should, BUT 2) if you use sessions,...
53108 Alec Clews
alecclews@... Send Email
Aug 31, 2004
10:09 pm
G'Day, On Cygwin I can use info.vim to view the top level DIR (but navigation seems a problem) When using the Windows versions of vim/gvim with the info viewer...
53109 Gary Johnson
garyjohn@... Send Email
Aug 31, 2004
10:21 pm
... This is discussed under ... I use vim compiled for HP-UX 10.20 with --with-tlib=curses as one of the configure parameters. I almost always run vim in an ...
53110 Keith Roberts
kroberts@... Send Email
Aug 31, 2004
10:25 pm
... Perhaps, but there's a difference in eyestrain created by reflection from a solid surface like a black/greenboard as opposed to that of a computer screen,...
53111 Dave Silvia
dsilvia@... Send Email
Aug 31, 2004
10:25 pm
How does one specify the amount of indent for continuation lines? The cino option '+N' doesn't seem to be working for me. TIA, Dave S....
53112 Dave Silvia
dsilvia@... Send Email
Aug 31, 2004
10:27 pm
Absolutely! ... From: Keith Roberts [mailto:kroberts@...] Sent: Tuesday, August 31, 2004 5:29 PM To: Dave Silvia; jonah; vim Subject: RE: Easy On The...
53113 Jorge Almeida
jalmeida@... Send Email
Aug 31, 2004
10:28 pm
... You're probably right, since my computer at work has the same vim version and configuration and has better-looking fonts (it still uses xfree). fontconfig...
53114 Keith Roberts
kroberts@... Send Email
Aug 31, 2004
11:00 pm
... This is true, but the solution is the same as when I want to change 'long' in this.is.a.long.variable.name to 'very.long&#39; ... I use ct. while my cursor is...
53115 Keith Roberts
kroberts@... Send Email
Aug 31, 2004
11:08 pm
... LOL. I'd forgotten there was a discussion on this very topic just a bit ago. IIRC, when you open vim with a single pathname to edit, vim will :cd to that...
53116 george@... Send Email Sep 1, 2004
12:06 am
Please have a look at the attached file....
53117 Alejandro Lopez-Valen...
dradul@... Send Email
Sep 1, 2004
12:28 am
... Doh! I had a mindwarp here. I thought I wrote that you would link against cursesX and termlib, or against ncurses....
53118 panshizhu@... Send Email Sep 1, 2004
12:57 am
Hi, I see no difference in Windows gVim from cygwin console version. Could you give more details for your configuration? I use c:/cygwin/bin/bash.exe as the...
53119 Hari Krishna Dara
hari_vim@... Send Email
Sep 1, 2004
1:25 am
... That is exactly what I found too, :silent is suppressing the messages, which is what I would want. However, my argument was that if you are redirecting, it...
53120 Steve Hall
digitect@... Send Email
Sep 1, 2004
1:28 am
... So this method is only to set types not already detected? I was then being overly optimistic to assume Vim would load both it's own ftplugin/[&ft].vim...
53121 Hari Krishna Dara
hari_vim@... Send Email
Sep 1, 2004
1:54 am
... Ok, I just tried the following on an ant build script: gvim -u NONE ... E486: Pattern not found: target ... <target name="init&quot; depends="standardInit,...
53122 Suresh Govindachar
sgovindachar@... Send Email
Sep 1, 2004
2:16 am
... Steve, I am not sure but I suspect you are confusing filetype detection and doing something based on the buffer being of a certain filetype. Using your...
53123 GD
d1945@... Send Email
Sep 1, 2004
2:24 am
... http://home.att.net/~videomonitors/images/ibm-5151.jpg <http://home.att.net/%7Evideomonitors/images/ibm-5151.jpg> Comes with its own colour scheme ;-) ...
53124 Steve Hall
digitect@... Send Email
Sep 1, 2004
2:47 am
... [...] ... I have long confused events associated with syntax highlighting and filetype detection, although I may be finally understanding them. :) ... ...
53125 Antoine J. Mechelynck
antoine.mechelynck@... Send Email
Sep 1, 2004
4:34 am
ANN: 6.3.020 binaries for W32 Changes from 6.3.019: - Compiled against Perl 5.8 (instead of 5.6) - Debug builds included (i.e. 4 binaries: gvim.exe,...
53126 ackahn@... Send Email Sep 1, 2004
5:26 am
something about you!...
53127 panshizhu@... Send Email Sep 1, 2004
6:20 am
Hi, It is truly difficult to say which one is best, or which one is least stressful. Since most color scheme is 'supposed&#39; to be least stressful but your mind ...
53128 eljay@... Send Email Sep 1, 2004
6:48 am
Binary message is available....
Messages 53099 - 53128 of 137771   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