From 58bc3f9e1be7927ddb89ff6074ea425c3cfc851d Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 11 Jun 2008 23:01:39 +0200 Subject: [PATCH] some help file changes --- INSTALL.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 9602b1e..949a01a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,6 +1,6 @@ -1. Put the pygdb directory to somewhere, lets call it -2. Add the following lines into your ~/.gvimrc: +1. Put the pygdb directory to somewhere, lets call it in this help file. +2. Add the following lines into your ~/.vimrc: python << >> import sys @@ -14,5 +14,10 @@ autocmd BufRead *.c* call GDBMapDefaults() where you replace by the corresponding path of pygdb. You may want to - add to the environment variable PATH resp. PYTHONPATH such that you - cou can call pygdb from console by hand. + add to the environment variable PATH such that you cou can call pygdb + from console directly. + + If you like, you can add the following line. It leads to a configuration file + loading when opening a source file + autocmd BufRead *.c* :GDBLoadConfig + -- 2.30.2