From owner-freebsd-questions@FreeBSD.ORG Sat Sep 6 02:48:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AAC716A4BF for ; Sat, 6 Sep 2003 02:48:01 -0700 (PDT) Received: from mail.tiscali.cz (stateless1.tiscali.cz [213.235.135.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C88243FEA for ; Sat, 6 Sep 2003 02:48:00 -0700 (PDT) (envelope-from martin.vana@vslib.cz) Received: from Vanovci (213.235.134.86) by mail.tiscali.cz (6.7.018) id 3F269CE0009BAC5A for freebsd-questions@freebsd.org; Sat, 6 Sep 2003 11:42:11 +0200 Message-ID: <002e01c3745c$71640760$5686ebd5@Vanovci> From: "Martin Vana" To: Date: Sat, 6 Sep 2003 11:50:40 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Vim and C code X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 09:48:01 -0000 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.