From 257aca6c2a5e3038d6792928e7dbf9b6e28b198b Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 15 Jun 2008 09:00:29 +0200 Subject: [PATCH] change from BufRead to Filetype in install notes --- INSTALL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 949a01a..b48a265 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -10,8 +10,8 @@ sys.path.append(pygdbdir) >> - autocmd BufRead *.c* source /pygdb.vim - autocmd BufRead *.c* call GDBMapDefaults() + autocmd Filetype c,cpp source /pygdb.vim + autocmd Filetype c,cpp call GDBMapDefaults() where you replace by the corresponding path of pygdb. You may want to add to the environment variable PATH such that you cou can call pygdb -- 2.30.2