Re: [PATCH] count for CR in quickfix window

2007-01-07 Thread Bram Moolenaar
Shotaro Aoyama wrote: Here is a small patch for specifying a window in which vim opens an error when you hit ENTER in a quickfix window. With this patch, you may hit 3CR in the quickfix window, then the selected error is displayed in the window #3. Often I face a situation that I want to

Re: [Feature Request] Vim should respond to WM_PASTE

2007-01-07 Thread Nikolai Weibull
On 1/7/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Nikolai Weibull wrote: It seems GVim doesn't respond to the WM_PASTE message on Windows. It would be really sweet if it did. I sadly have no intention of implementing this myself, but would appreciate it if this could be added to the

Re: GNOME HIG compliance in gvim: button order in close confirmation dialogs (PATCH)

2007-01-07 Thread Edward Catmur
On Sun, 2007-01-07 at 13:03 +0100, Bram Moolenaar wrote: Edward Catmur wrote: * Close confirmation dialogs use Save/Discard/Cancel instead of Yes/No/Cancel I'll look into this later. Perhaps Save/Discard/Cancel is better for all GUIs, since you don't need to read the text to know whether

Re: Hello world vim related software

2007-01-07 Thread zzapper
Adrien BUSTANY [EMAIL PROTECTED] wrote in news:45A01454.5030100 @mymadcat.com: [ This message is an ad for a GPLed software I wrote for my everyday vim usage. You've been warned :-) ] Hi there, Since the day I discovered sessions with vim I cannot live without them. I wanted a quick way to

gvim window maximize in freebsd6

2007-01-07 Thread vuthecuong
In windows, this command au GUIEnter * simalt ~x will make gvim window to become maximize. How about in freebsd? When I used above command in freebsd, it cannot maximize Thanks in advanced

RE: gvim window maximize in freebsd6

2007-01-07 Thread Vu The Cuong
thanks for quick response :D -Original Message- From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 7:33 AM To: vuthecuong Cc: vim@vim.org Subject: Re: gvim window maximize in freebsd6 vuthecuong wrote: In windows, this command au GUIEnter * simalt ~x

Re: Mac Questions

2007-01-07 Thread A.J.Mechelynck
Brett Calcott wrote: Hi all, I have just got a Macbook (switching from windows) and have downloaded and compiled the latest version of Vim on it. It all works fine, but I have a few questions. 1. How do I distinguish between the command line and gui versions. Both appear to respond 'True' to

Re: Mac Questions

2007-01-07 Thread Brett Calcott
1. How do I distinguish between the command line and gui versions. Both appear to respond 'True' to has(gui). Is there another feature that I should be looking for. Many non-Windows versions of GUI-enabled Vim can also run in console mode. classical way for a script to determine whether it

Re: Mac Questions

2007-01-07 Thread A.J.Mechelynck
Brett Calcott wrote: 1. How do I distinguish between the command line and gui versions. Both appear to respond 'True' to has(gui). Is there another feature that I should be looking for. Many non-Windows versions of GUI-enabled Vim can also run in console mode. classical way for a script to

Re: Mac Questions

2007-01-07 Thread A.J.Mechelynck
Brett Calcott wrote: If you type echo $SHELL (without the quotes) at the Terminal app command-line, what is the answer? /bin/bash for both gui and command line versions. Brett Hm, then let's wait and see what the Mac guys have to say. Best regards, Tony.