Re: [PATCH] new ex command :lscscope

2007-04-29 Thread Yegappan Lakshmanan
Hi, On 4/28/07, Navdeep Parhar [EMAIL PROTECTED] wrote: Hello, Currently :cscope has a variant :lcscope that allows the use of the location list instead of the quickfix list. However, :scscope has no equivalent that uses the location list. Please note that :scs splits

Re: [PATCH] new ex command :lscscope

2007-04-27 Thread Yegappan Lakshmanan
Hi Gary, On 4/27/07, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-04-27, Gary Johnson [EMAIL PROTECTED] wrote: On 2007-04-26, Navdeep Parhar [EMAIL PROTECTED] wrote: Hello, Currently :cscope has a variant :lcscope that allows the use of the location list instead of the quickfix list.

Re: problems compiling on solaris

2007-03-11 Thread Yegappan Lakshmanan
Hi all, On 3/7/07, Paul Stuart [EMAIL PROTECTED] wrote: Hi there, I'm having some problems compiling vim 7 on solaris 8, and I'd really appreciate it if someone could point me in the right direction. Here is the error I'm getting : make[1]: Entering directory

Re: [!] missing from :cb and related commands?

2007-03-06 Thread Yegappan Lakshmanan
Hi Gary, On 3/6/07, Gary Johnson [EMAIL PROTECTED] wrote: If I open a new window, read into it the results of a grep command, e.g., :r !grep -nH somepattern somefileset and then try to use that buffer as a quickfix list or location list with either the :cb or :lb commands, respectively, I

Re: Quickfix window not working anymore

2007-02-19 Thread Yegappan Lakshmanan
Hi, On 2/19/07, Bill McCarthy [EMAIL PROTECTED] wrote: On Mon 19-Feb-07 7:21am -0600, A.J.Mechelynck wrote: Works for me. For me too. BTW, Tony, I've never used :copen before - I use :cw . There look the same but the documentation doesn't seem to indicate that they are the same. What's

Re: VIM window restores incorrectly

2006-11-26 Thread Yegappan Lakshmanan
Hi Liu, On 11/23/06, Liu Yubao [EMAIL PROTECTED] wrote: Bram Moolenaar wrote: Yegappan Lakshmanan wrote: On 11/22/06, Bram Moolenaar [EMAIL PROTECTED] wrote: It does happen for me: gvim somefile maximize gvim window minimize gvim window gvim --remote-tab

Re: VIM window restores incorrectly

2006-11-22 Thread Yegappan Lakshmanan
Hi Bram, On 11/22/06, Bram Moolenaar [EMAIL PROTECTED] wrote: VIM 7.0, MS-Windows 32 bit GUI version with OLE support Included patches: 1-162 run gvim a.txt; maximize the VIM window, then minimize it to task bar; run gvim --remote-tab b.txt; VIM window is

Re: VIM window restores incorrectly

2006-11-22 Thread Yegappan Lakshmanan
Hi Bram, On 11/22/06, Bram Moolenaar [EMAIL PROTECTED] wrote: VIM 7.0, MS-Windows 32 bit GUI version with OLE support Included patches: 1-162 run gvim a.txt; maximize the VIM window, then minimize it to task bar; run gvim --remote-tab b.txt; VIM window is brought to

Re: missing setbufline()?

2006-10-23 Thread Yegappan Lakshmanan
Hi Bram, On 10/23/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Yegappan Lakshmanan wrote: On 10/22/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: On 10/22/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: I see functions for creating new unlisted buffers (bufnr() with {create

Calling a non-existing dictionary function doesn't result in an error

2006-10-23 Thread Yegappan Lakshmanan
Hi all, When a non-existing dictionary function is invoked using the :call command, there is no error. But when it is used in an expression, an error message is displayed. Is this the expected behavior? let a = {} call a.xyz() The :call command silently returns without any errors. But the

Re: Autocommand-Event for Clipboard-Changed

2006-10-03 Thread Yegappan Lakshmanan
Hi Charles, On 10/3/06, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Bram Moolenaar wrote: Suresh Govindachar wrote: Is it possible to add an autocommand-event for Clipboard Changed? Not really. This is not something that happens inside Vim. Polling for changes in the system is not

BufWinEnter autocmd is not invoked when splitting a window

2006-09-03 Thread Yegappan Lakshmanan
Hi all, The BufWinEnter autocmd is not invoked when splitting a window. According to the help for the BufWinEnter autocmd, this autocmd is invoked when a buffer is displayed in a window. For example, use the following autocmd: au BufWinEnter * echomsg Entering buffer . expand(afile) With

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Yegappan Lakshmanan
Hi, On 6/28/06, Nikolai Weibull [EMAIL PROTECTED] wrote: On 6/28/06, Jochen Baier [EMAIL PROTECTED] wrote: On Wed, Jun 28, 2006 at 11:21:00PM +0200, Mikolaj Machowski wrote: Dnia ?roda, 28 czerwca 2006 22:07, Jochen Baier napisa?: i think a command like cbefore or croot could be

Re: VS2005 linking errors with FEATURES=TINY GUI=yes OLE=yes

2006-06-04 Thread Yegappan Lakshmanan
Hi Mathias, On 6/4/06, Mathias Michaelis [EMAIL PROTECTED] wrote: Hi developers If I compile vim on Windows XP with Microsoft Visual Studio 2005 Express Edition on the command line with nmake -f Make_mvc.mak DEBUG=yes FEATURES=TINY GUI=yes OLE=yes I get the errors: ex_cmds2.obj : error

Re: [Bug] On Unix-like systems, cannot redir to register +

2006-06-02 Thread Yegappan Lakshmanan
Hi Antoine, On 6/2/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Bug: Cannot redir to @+ Redirecting the Ex command output and messages to the + register is not (yet?) supported and is not mentioned in the help for the :redir command. - Yegappan - Symptom: Trying to :redir to register +

Re: commandline window

2006-06-01 Thread Yegappan Lakshmanan
Hi, On 6/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Is there an elegant way of checking if the current window is a command line window other than seeing if the buffer name is command-line ? You can use the CmdwinEnter and CmdwinLeave autocmds and set buffer-local variables. -

Re: VIM 7.0 on WinXP - Strange garbage during editing.

2006-05-16 Thread Yegappan Lakshmanan
Hello, On 5/16/06, Ali Akcaagac [EMAIL PROTECTED] wrote: Hello, At work I am using VIM 7.0 on WindowsXP and detected some garbage during editing process. Say I am loading a normal Textfile. I edit it, move around with the arrows, press ESC move around even more, scroll around a bit.. And quite

Re: VIM 7.0 on WinXP - Strange garbage during editing.

2006-05-16 Thread Yegappan Lakshmanan
On 5/16/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hello, On 5/16/06, Ali Akcaagac [EMAIL PROTECTED] wrote: Hello, At work I am using VIM 7.0 on WindowsXP and detected some garbage during editing process. Say I am loading a normal Textfile. I edit it, move around with the arrows

Re: :cw messes with C-W_ C-W=

2006-05-15 Thread Yegappan Lakshmanan
Hi Benji, On 5/15/06, Benji Fisher [EMAIL PROTECTED] wrote: After opening the quickfix window and using C-W_ to make it larger, I find that C-W= no longer works until I close the quickfix window. This is because the quickfix window has the 'winfixheight' option set. So when you try to

Re: How to convert a string into a file

2006-05-05 Thread Yegappan Lakshmanan
Hi Zdenek, On 5/5/06, Zdenek Sekera [EMAIL PROTECTED] wrote: I have this problem (trivially simplified a real case): let a=a\nb\nc When echo'ing it, it displays lines: :echo a a b c Now I need to call system() and have the contents of 'a' as the file, without actually writing the 'a' into a

Re: functions that take much time in load_dummy_buffer() [vimgrep]

2006-04-28 Thread Yegappan Lakshmanan
Hi Yakov, On 4/28/06, Yakov Lerner [EMAIL PROTECTED] wrote: I identified which functions are slow and which are fast out of functions called (load_dummy_buffer() + wipe_dummy_buffer()) pair. As I wrote earlier this pair of functions is what slows down vimgrep, not the search. The loop of 1000x

Re: changing cursor position from search prompt doesn't work

2006-04-19 Thread Yegappan Lakshmanan
Hi Hari, On 4/19/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: If you execute a function that changes the cursor position from the search prompt, vim completely ignores it, but the same works fine from the command prompt. Say, you have something like this: function! TT() call