some help file changes
authorStefan Huber <shuber2@gmail.com>
Wed, 11 Jun 2008 21:01:39 +0000 (23:01 +0200)
committerStefan Huber <shuber2@gmail.com>
Wed, 11 Jun 2008 21:01:39 +0000 (23:01 +0200)
INSTALL.txt

index 9602b1e13a657332054cce3c2be51ce196486d86..949a01a7c05a58822dd6e2a67c39278cbb2ddafa 100644 (file)
@@ -1,6 +1,6 @@
 
-1. Put the pygdb directory to somewhere, lets call it <dir>
-2. Add the following lines into your ~/.gvimrc:
+1. Put the pygdb directory to somewhere, lets call it <dir> in this help file.
+2. Add the following lines into your ~/.vimrc:
 
        python << >>
        import sys
        autocmd BufRead *.c* call GDBMapDefaults()
 
    where you replace <dir> by the corresponding path of pygdb. You may want to
-   add <dir> to the environment variable PATH resp. PYTHONPATH such that you
-   cou can call pygdb from console by hand.
+   add <dir> 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<CR>
+