Re: Vim and C code

2003-09-06 Thread Marc Ramirez
On Sat, 6 Sep 2003, Martin Vana wrote:

> Hi,
> I would like to do some more advanced editing of my C programs in Vim,
> like to go through program step by step or to have 'watch' on some of
> variables. All I've achieved now is syntax highlighting and Quickfix with
> :make command. I know there is EMACS somewhere out there, and
> other more complex enviroments, but I would like to stay with Vim, which
> I presonally like.
> A link to some tutorial would be exactly what I need.
> Thanx

This would not be a function of Vim, you'll need to move to another
program, like gdb:

http://www.delorie.com/gnu/docs/gdb/gdb_toc.html

--
Marc Ramirez
Blue Circle Software Corporation
513-688-1070 (main)
513-382-1270 (direct)
http://www.bluecirclesoft.com
http://www.mrami.com (personal)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Vim and C code

2003-09-06 Thread Matthew D. Fuller
On Sat, Sep 06, 2003 at 11:50:40AM +0200 I heard the voice of
Martin Vana, and lo! it spake thus:
> 
> PS: A bonus questions for those who haven't answered any newbie question
> yet: I can't get :s/aaa/bbb/g to be working from curosor till the end of
> file only.

:.,$s/aaa/bbb/g



-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/

"The only reason I'm burning my candle at both ends, is because I
  haven't figured out how to light the middle yet"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Vim and C code

2003-09-06 Thread Erik Steffl
Martin Vana wrote:
Hi,
I would like to do some more advanced editing of my C programs in Vim,
like to go through program step by step or to have 'watch' on some of
variables. All I've achieved now is syntax highlighting and Quickfix with
  you need a debugger for this, probably gdb with some gui frontend (I 
like ddd)

	erik

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Vim and C code

2003-09-06 Thread Martin Vana
Hi,
I would like to do some more advanced editing of my C programs in Vim,
like to go through program step by step or to have 'watch' on some of
variables. All I've achieved now is syntax highlighting and Quickfix with
:make command. I know there is EMACS somewhere out there, and
other more complex enviroments, but I would like to stay with Vim, which
I presonally like.
A link to some tutorial would be exactly what I need.
Thanx

PS: A bonus questions for those who haven't answered any newbie question
yet: I can't get :s/aaa/bbb/g to be working from curosor till the end of
file only.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"