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 21664 - 21693 of 137765   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
21664 Benoit Cerrina
b.cerrina@... Send Email
Oct 1, 2001
7:48 pm
Hi, I'd like to use the network module to download a file of the form: http://vim.sourceforge.net/scripts/download.php?src_id=210 (yes a script from...
21665 Paul Moore
gustav@... Send Email
Oct 1, 2001
7:52 pm
... [...] That's about where I got to. Your description of the algorithm is clearer, though. I did try to implement it, but didn't get it working properly....
21666 Bill Rausch
bill@... Send Email
Oct 1, 2001
8:14 pm
I remember recently reading a tip (and using it once) about how to reformat existing code to fit the indentation scheme as though it were new source being...
21667 René Clerc
rene@... Send Email
Oct 1, 2001
8:22 pm
... You mean 'gqip'? -- René Clerc - (rene@...) Love just makes you so damn optimistic....
21668 Paul Tremblay
phthenry@... Send Email
Oct 1, 2001
8:23 pm
... I was browsing a book (the only book?) on vim just this weekend, and came across a tip that will format your paragraph based on ... This should maintain...
21669 Dan Sharp
dwsharp@... Send Email
Oct 1, 2001
8:26 pm
Try changing the 'if' check from if strlen(@ . "nr2char(start)") to execute "let len=strlen(@" . nr2char(start) . ")" if len and see if it works better. I...
21670 David Risner
drisner@... Send Email
Oct 1, 2001
8:42 pm
I have something like the following (in Java): getImage( getCodeBase(), "image.gif"); That has been formatted by another program. When I do a v and select...
21671 Dan Sharp
dwsharp@... Send Email
Oct 1, 2001
8:51 pm
It is expected behavior. You can't create a variable name the way you tried in the if check. Looking at ... it looks like the '@', which is expected to be a...
21672 Stuart, David
D.Stuart@... Send Email
Oct 1, 2001
9:07 pm
Hi, I was wondering about some odd behavior I've noticed recently with Vim, although it might not be vim's fault per se. I notice that when I'm running...
21673 Paul Tremblay
phthenry@... Send Email
Oct 1, 2001
9:19 pm
... Sorry, I am a bit lost here when you say *dont* Vim. Do you mean that you shouldn't use vim where a word processor should be used? In other words, if you...
21674 Krall Ed-P27726
Ed.Krall@... Send Email
Oct 1, 2001
9:31 pm
I installed Vim 6 and ran into a minor problem that does not seem to be documented in version-6.txt. In 5.8, on a Windows NT machine, I could type :set and...
21675 Brian Medley
bpmedley@... Send Email
Oct 1, 2001
10:05 pm
... I just tried it with gvim and vim. It appeared to work for me. What version of vim are you using? -- ~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-., \|/...
21676 Fedor G. Pikus
fedorp@... Send Email
Oct 1, 2001
10:18 pm
It looks like it's the shell thing, has to do with the ? sign. Correct escaping fixes it. Here is what I get: 1) vim...
21677 Benoit Cerrina
b.cerrina@... Send Email
Oct 1, 2001
10:43 pm
Thanks to all Benoit...
21678 Sven Guckes
guckes@... Send Email
Oct 1, 2001
10:52 pm
... Use the command "gJ" instead of just 'J'. ... This worked with Vim-5, too. Sven -- Sven Guckes@... http://www.vim.org/ [vim-versions] ...
21679 Sven Guckes
guckes@... Send Email
Oct 1, 2001
10:59 pm
... I suppose the zX commands exist because they were added *before* the ":setlocal&quot; command? ... "So - sue Bram!" ;-) ... Why include "dd" when there is 'x'?...
21680 Piet Delport
siberiyan@... Send Email
Oct 1, 2001
11:00 pm
... Try `vt100'. That works best with Windows's telnet client IME (at least 9x... i haven't used W2K's telnet yet). In the long run you might want to...
21681 Sven Guckes
guckes@... Send Email
Oct 1, 2001
11:04 pm
... Look at the problem from a different angle: Vim behaves ok with cywwin's ssh - and the *same* Vim behaves strangely when you use Windows2000&#39;s "telnet" to...
21682 Ben Chambers
bjchamb@... Send Email
Oct 1, 2001
11:07 pm
Is there a sort of Vim Kernel that is just a simple version, without all the fancy menu's and stuff that could be easily integrated into a larger program. I.E...
21683 Piet Delport
siberiyan@... Send Email
Oct 1, 2001
11:16 pm
... Some hard OS-level lock that blocks vim's file-open operation? What happens if you try to open the breakpointed file with another editor/program? -- Piet...
21684 Brian Medley
bpmedley@... Send Email
Oct 1, 2001
11:34 pm
... Here is an alternate approach: This provides a command and a function. They both can be called with or without a range. In addition, they can be called...
21685 Thomas Hurst
tom.hurst@... Send Email
Oct 1, 2001
11:38 pm
... Windows telnet is a very minimal app - you're much better off getting a proper telnet/ssh client. I use PenguiNet: http://www.siliconcircus.com/penguinet/,...
21686 Denis Perelyubskiy
denisp@... Send Email
Oct 1, 2001
11:40 pm
... [...] actually, i have experienced problems with both... you can also run telnet from cmd> and it will run it in the same cmd window. to make the short...
21687 Leo Butler
lbutler@... Send Email
Oct 1, 2001
11:41 pm
G'day. I opened a /bin/sh script in gvim and received the following errors: Error detected while processing...
21688 Piet Delport
siberiyan@... Send Email
Oct 1, 2001
11:52 pm
... I think this interpretation is a bit extreme. :-) Technically, a large portion of vim's builtins can probably be implemented using only mappings and a...
21689 John Yochum
loki@... Send Email
Oct 2, 2001
12:01 am
... <snip> Vim 6.0 got release before the finalized sh.vim got put in, (or something like that). Anyway, the latest sh.vim version can be found at: ...
21690 Piet Delport
siberiyan@... Send Email
Oct 2, 2001
12:23 am
... I think the change is purely cosmetic. On a Win98 installation here, at least, i can still select text fine, despite the new cursor. -- Piet Delport...
21691 Benoit Cerrina
b.cerrina@... Send Email
Oct 2, 2001
12:31 am
The following script does it and keep your cursor at the current line. map -- :call BenIndent()<cr> fonction BenIndent() let lLine = line('.&#39;) execute 'normal!...
21692 Leo Butler
lbutler@... Send Email
Oct 2, 2001
12:53 am
... Hello, John. Thanks for the pointer; it fixed the issue. It's a tiny bit different than what I did, so glad to have the right one in there. Cheers, - Leo...
21693 yahoogroups@... Send Email Oct 2, 2001
12:59 am
Vim 6.0 on Win2k 1. I dont have $VIM defined. 2. I dont have $HOME defined 3. gvim.exe is located in c:\vim&#92;vim60&#92;gvim.exe 4. When I launch GVIM and do :echo...
Messages 21664 - 21693 of 137765   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