Re: echo question

2006-05-14 Thread Yakov Lerner
On 5/14/06, Jared [EMAIL PROTECTED] wrote: I have a simple question that I can't seem to figure out. When I use the echo command to echo a statement on my open window, it simply displays that message in the status bar. However, if I use echo in a function, it adds Please ENTER or type command

Re: echo question

2006-05-14 Thread Gerald Lai
On Sun, 14 May 2006, Yakov Lerner wrote: On 5/14/06, Jared [EMAIL PROTECTED] wrote: I have a simple question that I can't seem to figure out. When I use the echo command to echo a statement on my open window, it simply displays that message in the status bar. However, if I use echo in a

Re: echo question

2006-05-14 Thread Jared
On 5/14/2006 1:37 AM, Gerald Lai wrote: On Sun, 14 May 2006, Yakov Lerner wrote: Try 2 things (1) add :redraw before the :echo in question (2) if that doesn't help, make message shorter. I noticed that if message is longer than screen width-15, it cases the prompt. You could also readjust

Re: scrolling in vim7 on winxp?

2006-05-14 Thread Jared
when you say scrolling, do you mean with a mouse wheel? Or moving dragging the scroll bar? Or something else? I tried to duplicate this behavior, but was unable to do so. Vim's working fine on my copy of Windows XP. This is the stock version, though. -- Jared Breland [EMAIL PROTECTED]

Re: echo question

2006-05-14 Thread Yakov Lerner
On 5/14/06, Jared [EMAIL PROTECTED] wrote: On 5/14/2006 1:37 AM, Gerald Lai wrote: On Sun, 14 May 2006, Yakov Lerner wrote: Try 2 things (1) add :redraw before the :echo in question (2) if that doesn't help, make message shorter. I noticed that if message is longer than screen width-15, it

Re: echo question

2006-05-14 Thread Yukihiro Nakadaira
I forgot CC:[EMAIL PROTECTED] Then I'll send you twice. Jared wrote: On 5/14/2006 1:37 AM, Gerald Lai wrote: On Sun, 14 May 2006, Yakov Lerner wrote: Try 2 things (1) add :redraw before the :echo in question (2) if that doesn't help, make message shorter. I noticed that if message is

Re: echo question

2006-05-14 Thread Yegappan Lakshmanan
Hi Jared, On 5/14/06, Jared [EMAIL PROTECTED] wrote: On 5/14/2006 1:37 AM, Gerald Lai wrote: On Sun, 14 May 2006, Yakov Lerner wrote: Try 2 things (1) add :redraw before the :echo in question (2) if that doesn't help, make message shorter. I noticed that if message is longer than screen

Re: CVS service resumed?

2006-05-14 Thread Benji Fisher
On Sat, May 13, 2006 at 06:38:51PM -0400, Chris Sutcliffe wrote: In terms of getting the latest and greatest source, is the Subversion repository generally the 'main' source with the cvs repository being updated from there? Or is it now that CVS is more or less in working order again at SF

Re: Is there a way to move tabs around via the mouse?

2006-05-14 Thread Eric Arnold
On 5/9/06, Eric Arnold [EMAIL PROTECTED] wrote: On 5/9/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote: Hi Scot, On 5/9/06, Scot P. Floess [EMAIL PROTECTED] wrote: Is there anyway to move the tabs in a tabbed window around using

Re: keymaps in vim7.0, where are they?

2006-05-14 Thread Benji Fisher
On Thu, May 11, 2006 at 09:22:37AM +0200, Andrei A. Voropaev wrote: On Wed, May 10, 2006 at 10:02:59PM -0400, Benji Fisher wrote: On Wed, May 10, 2006 at 10:36:52AM +0200, Andrei A. Voropaev wrote: Hi! I've installed vim 7 from sources. This did the installation for the RT, but

Re: Syntax Highlighting problem

2006-05-14 Thread Benji Fisher
On Wed, May 10, 2006 at 04:06:38PM +0530, Jerin Joy wrote: Hi, I use gvim as my default editor. My source files are in a non standard language whose syntax is similar to Verilog. When I open files from command line in independent gvim windows the syntax highlighting uses the verilog syntax

Re: Is there a way to move tabs around via the mouse?

2006-05-14 Thread Gerald Lai
On Sun, 14 May 2006, Eric Arnold wrote: On 5/9/06, Gerald Lai [EMAIL PROTECTED] wrote: On Tue, 9 May 2006, Hari Krishna Dara wrote: On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote: Hi Scot, On 5/9/06, Scot P. Floess [EMAIL PROTECTED] wrote: Is there anyway to move the tabs in

Re: echo question

2006-05-14 Thread Jared
On 5/14/2006 8:44 AM, Yukihiro Nakadaira wrote: I think that your 'cmdheight' is 1 and 'showcmd' or 'ruler' is on and perhaps 'laststatus' is 0 or 1. How about this let ru_save = ruler let sc_save = showcmd set noruler noshowcmd echo ]s to skip to word, zg to add word, z= to suggest word

Re: standard distribution of win32 consolve vim

2006-05-14 Thread A.J.Mechelynck
Hari Krishna Dara wrote: On Thu, 11 May 2006 at 9:03am, Bram Moolenaar wrote: Hari Krishna Dara wrote: I observed that the vim7 distribution of console vim for win32 is not compiled with perl and python bindings. This I think is unlike the previous releases when both gvim and vim had

Re: Is there a way to move tabs around via the mouse?

2006-05-14 Thread mzyzik
On Sun, May 14, 2006 at 03:28:23PM -0600, Eric Arnold wrote: I've uploaded the patch. It's at proof-of-concept stage. Eric, I noticed you've made a few patches. I especially like the one where you introduced the GetChar event. This is a fantastic idea because the getchar() function itself is

Re: I'm up and running again (sort of)

2006-05-14 Thread A.J.Mechelynck
Mark Woodward wrote: Hi Tony, On Thu, 11 May 2006 18:35:31 +0200 A.J.Mechelynck [EMAIL PROTECTED] wrote: [...] - It may take some (unspecified) time before I'm satisfied that I can compile Vim for i86 Linux. Piece of cake! I've done it.. oooh 3 or 4 times now ;-) What distro are you

Re: Is there a way to move tabs around via the mouse?

2006-05-14 Thread Eric Arnold
On 5/14/06, Gerald Lai [EMAIL PROTECTED] wrote: On Sun, 14 May 2006, Eric Arnold wrote: On 5/9/06, Gerald Lai [EMAIL PROTECTED] wrote: On Tue, 9 May 2006, Hari Krishna Dara wrote: On Tue, 9 May 2006 at 10:29am, Yegappan Lakshmanan wrote: Hi Scot, On 5/9/06, Scot P. Floess [EMAIL

sourcing vimrc files

2006-05-14 Thread Jared
I'd like to map a hotkey to re-source my vimrc files (system + user). I originally tried this simple approach: nmap buffer S-F9 :source $VIM\vimrcCR \ :source $VIM\_vimrcCR \ :source $HOME\_vimrcCR But that failed because source aborts when the file doesn't exist. I then

Re: sourcing vimrc files

2006-05-14 Thread Gerald Lai
On Sun, 14 May 2006, Jared wrote: [snip] Longer and more complicated, but now I can check to see if the file exists before sourcing it. However, this also causes a problem: when I try to source the file containing this function, it gives me an error saying that it cannot replace the function