Re: client-server for a gdb fronted

2009-12-14 Thread borasah
On Monday 14 December 2009 03:35, Chris Jones wrote: > On Sun, Dec 13, 2009 at 05:18:50PM EST, Suresh Govindachar wrote: > > Around Sunday, December 13, 2009 8:24 AM, Bora Sahin asked: > > > I would like to interface gdb to Vim. I know there are a few > > > alternatives but as far as I see none o

Re: client-server for a gdb fronted

2009-12-14 Thread borasah
Hi Suresh, > How about > http://vim.wikia.com/wiki/VimTip357 > which relates to the plugin > http://www.vim.org/scripts/script.php?script_id=84 > > --Suresh Thanks for the link. I think it gives enough tips to implement what I mentioned. -- Borea Sahin -- You re

client-server for a gdb fronted

2009-12-13 Thread borasah
Hi all, I would like to interface gdb to Vim. I know there are a few alternatives but as far as I see none of them fulfills my expectations completely. I prefer a layout similar to gdb text user interface. There should be a gdb console at the bottom in a screen session, or in a second terminal

Re: command line window

2009-11-20 Thread borasah
On Friday 20 November 2009 01:01, Hari Krishna Dara wrote: > > I would like to use vimgdb. One can give commands vimgdb through the > > command line window but after every command it closes. I found it a bit > > annoying and was trying to find a solution. I thought maybe there was a > > feature in

Re: command line window

2009-11-19 Thread borasah
On Thursday 19 November 2009 18:16, Gary Johnson wrote: > If you scroll down about a page, to just above "VARIOUS", there is > this: > > If you would like to execute the command under the cursor and > then have the command-line window open again, you may find this > > mapping useful: >

Re: command line window

2009-11-19 Thread borasah
> > Can I keep command line window open until it is closed by a key stroke? > > If you mean keep it open while you edit in other windows, no. See > > :help E11 I see. Well, I meant can I keep it open after executing a command. I think it is not possible. Thanks. -- Bora Sahin --~--~-

command line window

2009-11-19 Thread borasah
Hi, Can I keep command line window open until it is closed by a key stroke? Thanks... -- Bora Sahin --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~--

Re: Different buffer list for different tabs?

2009-10-11 Thread borasah
> Saluton :) Salute :) > skribis: > > What I would like to do is to work on different projects in the same > > Vim program. As far as I know a tab page holds a group of windows, not > > a buffer list but I am wondering if I can use one tab for one project > > and the other tab for the other pr

Different buffer list for different tabs?

2009-10-11 Thread borasah
Hi, What I would like to do is to work on different projects in the same Vim program. As far as I know a tab page holds a group of windows, not a buffer list but I am wondering if I can use one tab for one project and the other tab for the other project so each project has different buffer li