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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 28030 - 28059 of 137798   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
28030 Colin Keith
vim@... Send Email
Apr 30, 2002
4:33 am
... Given that Bram probably knows a Vim bug when he sees one and I wouldn't know one if it smacked me around the side of the head, this is probably wrong... ...
28031 Peter Gelbman
pete@... Send Email
Apr 30, 2002
5:38 am
Once again, exactly what I needed to know. Thanks! The Q&A response time/content of this list is awesome. Makes transitioning to Vim a lot less painless that I...
28032 vipin aravind
vipin.aravind@... Send Email
Apr 30, 2002
6:01 am
I am seeing the problem till someone patches this you can workaround this problem with set printoptions=jobsplit:y ... ...
28033 Martin Metz
martin.metz@... Send Email
Apr 30, 2002
6:29 am
... Yes, now I see. So I only was too impatiently. ... Would be great. Thank you. -- Gruesse, Martin Metz ...
28034 email.4@... Send Email Apr 30, 2002
7:32 am
I must say that you have one of the best sites and your programming-knowledge must be very broad and great. But lets forget this flattering, here is the...
28035 Tim Hammerquist
timmy@... Send Email
Apr 30, 2002
9:46 am
... You can use any colorscheme in either vim or gvim, etc. The scheme's effectiveness depends, as you say, on the termcaps. However, I have the following code...
28036 Mads Martin Jørgen...
mmj@... Send Email
Apr 30, 2002
10:22 am
... The other day I by accident pressed a key, and vim expanded the < and > into the actual range in number. Say I had a visual block from line 7 to 11, the...
28037 Bram Moolenaar
Bram@... Send Email
Apr 30, 2002
11:48 am
... You are completely right, of course. The problem is in the example of the searchpair() help. It doesn't mention the \< and \>. -- Life is a gift, living...
28038 yahoogroups@... Send Email Apr 30, 2002
1:36 pm
Funnily enough, the collate checkbox is grayed out when I print from Vim. When I print to the same printer from another Windows application (Word, Excel, etc),...
28039 Douglas L . Potts
pottsdl@... Send Email
Apr 30, 2002
2:32 pm
... You can try my colorscheme. I just recently put it on vim.sf.net. http://vim.sourceforge.net/scripts/script.php?script_id=285 I haven't been able to get...
28040 Charles E. Campbell
cec@... Send Email
Apr 30, 2002
3:19 pm
... astronaut.vim : http://vim.sourceforge.net/scripts/script.php?script_id=122 Is a dark-background colorscheme (I usually use navy blue or black) that's...
28041 Raphael Bauduin
rb@... Send Email
Apr 30, 2002
3:28 pm
Hi, is there a way to see the code of the character you are on? I'm working with a file coming from dos, and I'd like to see if I have the CR,LF,... (but not...
28042 Preben Peppe Guldberg
c928400@... Send Email
Apr 30, 2002
3:58 pm
... Are you looking for "ga" and ":ascii"? See ":help ga". ... My take on this is that vim cannot properly display the characters. As long as you don't...
28043 Raphael Bauduin
rb@... Send Email
Apr 30, 2002
4:16 pm
... now I know ga, here are some more details about the word société: in the file coming from access, the é character is represented by <~B> <M-^B> 130,...
28044 Ron Aaron
ronaaron@... Send Email
Apr 30, 2002
4:25 pm
... Hello, Raphael - The reason is that they are *not* the same character! The character encodings are different. The character 0xe9 in the 'utf-8&#39; encoding...
28045 Gary Holloway
gary@... Send Email
Apr 30, 2002
5:27 pm
/ FROM: Bram Moolenaar <Bram@...>, Apr 30 13:47 2002 ... [snip] ... [snip] \ END: Bram Moolenaar Of course (duh :), sorry 'bout that. I was trying...
28046 email.4@... Send Email Apr 30, 2002
6:32 pm
Thanks, it works! In the future, I will be able to ask my questions here in a more proper way (with detailed error-descriptions). Greetings, Klaus...
28047 arigold@... Send Email Apr 30, 2002
6:49 pm
hello hello, ill try to be brief - ive been wanting to use vim for quite some time now. and while ive posted my problem to the mac-vim list, not much was doing...
28048 Brett Pershing Stahlman
brett.stahlman@... Send Email
Apr 30, 2002
7:00 pm
Try ... Sounds like you don't have the help "tags" file in your "doc" directory (/vim<xx>/doc/tags). This file can be generated with the :helptags command run...
28049 Brett Pershing Stahlman
brett.stahlman@... Send Email
Apr 30, 2002
7:11 pm
Ari, Please overlook my stupid suggestion to "try :help helptags". It occurred to me after sending that if you could do that, you wouldn't have posted the...
28050 Charles E. Campbell
cec@... Send Email
Apr 30, 2002
7:25 pm
... Thanks -- but I need to learn Java sometime... ... Didn't happen to me when I tried it; perhaps <ttalign.vim> needs updating....
28051 François Désarm...
francois@... Send Email
Apr 30, 2002
7:27 pm
Hello, you all, I've been searching for hours (so I suppose I'm stupid as nobody asked it before) : I'm writing a function in vim. I finally get a specific...
28052 Colin Keith
vim@... Send Email
Apr 30, 2002
7:32 pm
... Colin....
28053 Charles E. Campbell
cec@... Send Email
Apr 30, 2002
7:35 pm
... exe 'norm! '.linenum.'G'.colnum.&#39;|' Regards, Chip Campbell -- Charles E Campbell, Jr, PhD _ __ __ Goddard Space Flight Center /...
28054 Hari Krishna Dara
hari_vim@... Send Email
Apr 30, 2002
7:35 pm
... You can use the normal command | to move to a column position, such as 10| to move to column 10. If you want to do this from your function and if the ...
28055 Gary Holloway
gary@... Send Email
Apr 30, 2002
7:36 pm
Try exe 'normal ' . column . '|' ... -g / FROM: François Désarménien <francois@...>, Apr 30 21:26 2002 ... \ END: François Désarménien...
28056 Hari Krishna Dara
hari_vim@... Send Email
Apr 30, 2002
7:41 pm
... I didn't know this built-in function. It is very interesting because, the help says it doesn't change the jump list, which is very good for scripts to move...
28057 Brett Pershing Stahlman
brett.stahlman@... Send Email
Apr 30, 2002
7:42 pm
Try ... The prototype for the cursor function is as follows: cursor({lnum}, {col}) lnum is 1 based line number, and col is 1-based column number. From within a...
28058 ari gold
arigold@... Send Email
Apr 30, 2002
7:47 pm
hi brett.. thanks for the tip - feels like im going somewhere i tried that with a few different arguments and nothing worked. it generated a tags file but i...
28059 Brett Pershing Stahlman
brett.stahlman@... Send Email
Apr 30, 2002
8:03 pm
Ari, I couldn't tell from the directory structure you included below - is help.txt in vim60/ or in vim60/doc/ ? Since you can't access the help easily, I've...
Messages 28030 - 28059 of 137798   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