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 127469 - 127498 of 137816   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
127469 Taylor Hedberg
tmhedberg@... Send Email
Nov 30, 2011
12:28 am
... It's a 256-color terminal color scheme, so it probably doesn't work in Gvim. That may be your problem. It works fine for me in terminal Vim, but I'm not...
127470 Rich Healey
healey.rich@... Send Email
Nov 30, 2011
12:41 am
It looks nice in a 256color terminal for me, although i don't think I'd use it for coding. It is well.. retina scorching in gvim though. -- You received this...
127471 Chris Lott
chris@... Send Email
Nov 30, 2011
1:22 am
I'm running the savevers script (http://www.vim.org/scripts/script.php?script_id=89) but I'm not getting the expected numbered backups. These are the only...
127472 Alex Kostikov
alex.kostikov@... Send Email
Nov 30, 2011
2:34 am
I want Ctrl+C to copy selected text to clipboard and switch to command mode. The line bellow populates clipboard but doesn't do the switching to command mode....
127473 Alexander Kostikov
alex.kostikov@... Send Email
Nov 30, 2011
2:35 am
After some retries I figure out command that does the thing I want: snoremap <C-C> <ESC>gv"*ygv<ESC> Few lessons learned: 1) if vnoremap is used I'm not able...
127474 pauli baadsager
pauli.baadsager@... Send Email
Nov 30, 2011
2:37 am
I often use the expression register to make simple calculations in vim. Eg. in insert mode I type "Ctrl-r = 59 + 38" to get the result 97 in my text, but this...
127475 Ben Fritz
fritzophrenic@... Send Email
Nov 30, 2011
2:41 am
... Starting at Vim 7.3, this also works with floating-point math. Just be sure to specify floating point numbers even for any integers involved, e.g. 59.0...
127476 Tim Chase
vim@... Send Email
Nov 30, 2011
2:47 am
... Just as an aside, that should read "Vim 7.2" as detailed at ... (which happens to be what I'm running on my Debian box, and floats work fine there as the...
127477 John Little
john.b.little@... Send Email
Nov 30, 2011
6:45 am
... Why you make this proviso? F. ex., vim evaluates 59 + 37.5 as 96.5. Regards, John -- You received this message from the "vim_use" maillist. Do not...
127478 lith
minilith@... Send Email
Nov 30, 2011
7:06 am
... I didn't follow this thread to closely but IIRC some of those ratings could stem from clicks on search pages. For the period of time, GET was used (see ...
127479 John Beckett
johnb.beckett@... Send Email
Nov 30, 2011
7:19 am
... For safety: 4/12 is 0 but 4/12.0 is 0.333333. Also, integer operations can overflow sooner. On some systems, 123400*123400 is negative. John -- You...
127480 John Beckett
johnb.beckett@... Send Email
Nov 30, 2011
7:19 am
... So do I, as I have recently done some editing of text where a paragraph is a long line (possibly thousands of characters). Particularly annoying is doing...
127481 Albin Olsson
albin.olsson@... Send Email
Nov 30, 2011
8:37 am
... What is the rationale for the current behaviour? Does anybody find this way of scrolling long lines useful? Why? (asking only about how the buffer moves,...
127482 yogsototh
Yann.Esposito@... Send Email
Nov 30, 2011
9:42 am
Thank you! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,...
127483 pauli baadsager
pauli.baadsager@... Send Email
Nov 30, 2011
10:38 am
... Thanks. I found it working in both Vim 7.2 and 7.3; but not in GVim 7.3 or 7.2. Does anyone have clue how to make it work in gvim? It works in Vim 7.2, I...
127484 ACR
anith.ravi@... Send Email
Nov 30, 2011
10:49 am
Hi, I am trying to install vim 7.3 locally on a red hat machine in which I have a user account. I downloaded the source code from vim.org and ran the...
127485 pauli baadsager
pauli.baadsager@... Send Email
Nov 30, 2011
11:11 am
On Nov 30, 11:37 am, pauli baadsager <pauli.baadsa...@...> ... Now it works in my GVim as well, the problem turned out to be some locale settings. I...
127486 Ivan Krasilnikov
infnty@... Send Email
Nov 30, 2011
12:14 pm
... I don't think you need DESTDIR there - I tried your command and it caused vim to be installed in /home/<username&gt;/.local/home/<username>/.local, which...
127487 Tony Mechelynck
antoine.mechelynck@... Send Email
Nov 30, 2011
12:19 pm
... [...] This Vim version should be able to use the system clipboard, as long as it is running in a terminal with an X connection. So: - running Vim in the...
127488 Marc Weber
marco-oweber@... Send Email
Nov 30, 2011
12:26 pm
... Then reread it carefully cause 2 Sept was said to be the day when POST was introduced. It still happened. So either Sept 2 is wrong or .. I agree that it...
127489 Bastien Dejean
nihilhill@... Send Email
Nov 30, 2011
2:24 pm
... I just made a *gui compatible* version: https://github.com/baskerville/bubblegum/tree/master/gvim (It is the output of a python script I wrote and I'm not...
127490 ACR
anith.ravi@... Send Email
Nov 30, 2011
3:21 pm
Hi Thanks for the responses. A few more points based on the replies. 1) The server already contains vim 7.2, which works fine. (i.e if I invoke vim 7.2...
127491 Benjamin Fritz
fritzophrenic@... Send Email
Nov 30, 2011
5:12 pm
... Oops, my mistake. I forgot it's been that long! 7.3 was persistent undo, conceal, relative line numbers, and colorcolumn. 7.2 was floats. -- You received...
127492 Alexandre Provencio
alexandreprovencio@... Send Email
Nov 30, 2011
5:40 pm
On Wed, Nov 30, 2011 at 9:11 AM, pauli baadsager ... Do you mean $LANG in linux? I have got the same issue with pt_BR.UTF8 :/ ... -- You received this message...
127493 Jean-Rene David
jrdavid@... Send Email
Dec 1, 2011
1:46 am
... There is no "command" mode in vim. One may think you are referring to "command-line" mode, but you seem to be referring to "normal" mode. That's the mode...
127494 Henry Hertz Hobbit
hhhobbit@... Send Email
Dec 1, 2011
3:16 am
... PROBLEM SOLVED YOU ARE CORRECT! I didn't even look at it carefully like I should have. Part of that is I have too many comment formats I am looking at...
127495 Ben Fritz
fritzophrenic@... Send Email
Dec 1, 2011
4:36 am
... command mode is another (rarely used) name for normal mode. I made the same mistake a while back on this same list. ... -- You received this message from...
127496 Ben Fritz
fritzophrenic@... Send Email
Dec 1, 2011
4:41 am
... This works for me, except that it beeps at me. The reason it beeps at me, is that the 'y' operator in visual mode already returns to command/ normal mode...
127497 ACR
anith.ravi@... Send Email
Dec 1, 2011
6:50 am
Hi All, It started working once I got the latest patch for vim 7.3. Thanks a lot to Tony for suggesting this. Regards, Anith. ... -- You received this message...
127498 Bee
beeyawned@... Send Email
Dec 1, 2011
7:58 am
This function and its friend PrevDQ() work. If I am diffing goes to next change, or if doing helpgrep will go to the next. When at the end of the helpgrep, it...
Messages 127469 - 127498 of 137816   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