Re: Scrolling Long Lines Revisited. Again.

2011-11-30 Thread Albin Olsson
On Wed, Nov 30, 2011 at 8:18 AM, John Beckett wrote: > James Cole wrote: >>> This seems like a perennial topic[1], that regularly gets >>> dismissed -- >>> vertically scrolling by "screen lines" vs. "real lines". >> >> I feel the same way. > > The problem is that the people who want scrolling fixe

Re: Conceal mecanism with more then one char

2011-11-30 Thread yogsototh
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, visit http://www.vim.org/maillist.php

Re: expression register as calculator with floats?

2011-11-30 Thread pauli baadsager
On Nov 30, 3:46 am, Tim Chase wrote: > On 11/29/11 20:40, Ben Fritz wrote: > > > Starting at Vim 7.3, this also works with floating-point > > math. > > Just as an aside, that should read "Vim 7.2" as detailed at > >   :help version-7.2 > > (which happens to be what I'm running on my Debian box, an

Installing vim 7.3 as a user - can't copy to/from system clipboard

2011-11-30 Thread ACR
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 following commands. ./configure --prefix=/home//.local --enable-gui --with-x -- with-features=normal make install DESTDIR=/home//.local Now

Re: expression register as calculator with floats?

2011-11-30 Thread pauli baadsager
On Nov 30, 11:37 am, pauli baadsager wrote: > On Nov 30, 3:46 am, Tim Chase wrote: > > > On 11/29/11 20:40, Ben Fritz wrote: > > > > Starting at Vim 7.3, this also works with floating-point > > > math. > > > Just as an aside, that should read "Vim 7.2" as detailed at > > >   :help version-7.2 > >

Re: Installing vim 7.3 as a user - can't copy to/from system clipboard

2011-11-30 Thread Ivan Krasilnikov
On Wed, Nov 30, 2011 at 11:48, ACR wrote: >  make install DESTDIR=/home//.local I don't think you need DESTDIR there - I tried your command and it caused vim to be installed in /home//.local/home//.local, which looks wrong. So, maybe when you started vim, you actually used a different binary than

Re: Installing vim 7.3 as a user - can't copy to/from system clipboard

2011-11-30 Thread Tony Mechelynck
On 30/11/11 11:48, ACR wrote: 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 following commands. ./configure --prefix=/home//.local --enable-gui --with-x -- with-features=normal make in

Re: rating manipulations on www.vim.org have taken place

2011-11-30 Thread Marc Weber
Excerpts from lith's message of Wed Nov 30 08:06:23 +0100 2011: > I didn't follow this thread to closely but IIRC 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 doesn't happen that often at a

Re: bubblegum -- a vim color scheme based on xoria256

2011-11-30 Thread Bastien Dejean
Taylor Hedberg a écrit : > Chris Lott, Tue 2011-11-29 @ 13:58:17-0900: > > It doesn't work for me either... my background stays light. If I > > manually set it to black, much of the text and vim separator between > > windows (and cursor) don't show up. I'm a newbie, so maybe I'm missing > > someth

Re: Installing vim 7.3 as a user - can't copy to/from system clipboard

2011-11-30 Thread ACR
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 which is there in the default path, I am able to cut/ paste from/to the clipboard). The issue occurs when I invoked the gvim binary I created

Re: expression register as calculator with floats?

2011-11-30 Thread Benjamin Fritz
On Tue, Nov 29, 2011 at 8:46 PM, Tim Chase wrote: > On 11/29/11 20:40, Ben Fritz wrote: >> >> Starting at Vim 7.3, this also works with floating-point >> math. > > > Just as an aside, that should read "Vim 7.2" as detailed at > >  :help version-7.2 > > (which happens to be what I'm running on my D

Re: expression register as calculator with floats?

2011-11-30 Thread Alexandre Provencio
On Wed, Nov 30, 2011 at 9:11 AM, pauli baadsager wrote: > On Nov 30, 11:37 am, pauli baadsager > wrote: > > On Nov 30, 3:46 am, Tim Chase wrote: > > > > > On 11/29/11 20:40, Ben Fritz wrote: > > > > > > Starting at Vim 7.3, this also works with floating-point > > > > math. > > > > > Just as an a

Re: Why I'm not switching to command mode?

2011-11-30 Thread Jean-Rene David
* Alexander Kostikov [2011.11.29 21:40]: > After some retries I figure out command that does the thing I want: > > snoremap gv"*ygv > > Few lessons learned: > 1) if vnoremap is used I'm not able to return to command mode for some reason There is no "command" mode in vim. One may think you are r

Re: _vimrc file on Windows with 7.3

2011-11-30 Thread Henry Hertz Hobbit
On Mon, Nov 21, 2011 at 3:10 PM, Ben Fritz wrote: > > > On Nov 20, 6:44 pm, Henry Hertz Hobbit wrote: > > > > Here is the contents of the_vimrc file: > > > > http://www.securemecca.com/tmp/vimrc.txt > > Your mappings are commented out, in that file. Also, although it may > not matter, I'd use

Re: Why I'm not switching to command mode?

2011-11-30 Thread Ben Fritz
On Nov 30, 7:45 pm, Jean-Rene David wrote: > * Alexander Kostikov [2011.11.29 21:40]: > > > After some retries I figure out command that does the thing I want: > > > snoremap gv"*ygv > > > Few lessons learned: > > 1) if vnoremap is used I'm not able to return to command mode for some > > reaso

Re: Why I'm not switching to command mode?

2011-11-30 Thread Ben Fritz
On Nov 29, 3:02 pm, Alex Kostikov wrote: > 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. Why? > > vnoremap "+y > This works for me, except that it beeps at me. The reason it b

Re: Installing vim 7.3 as a user - can't copy to/from system clipboard

2011-11-30 Thread ACR
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. On Nov 30, 8:21 pm, ACR wrote: > Hi Thanks for the responses.  A few more points based on the replies. > > 1)  The server already contains vim 7.2, which works fine

suppress error?

2011-11-30 Thread Bee
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 presents: Error detected while processing function NextDQ: line4: E553: No more items Press ENTER or type command to continue Can I s