X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=pygdb.vim;fp=pygdb.vim;h=642b327f7c5d545bc5c1d431d395d88ce1967f50;hp=7a8b89f45901be31ed691ac53b268cb84ef0022d;hb=7c7da5bcd494d7a53b40952232a889f59c4dfbf2;hpb=127bb50e7d884d3a413ab4b3b429e89b5dfebf74 diff --git a/pygdb.vim b/pygdb.vim index 7a8b89f..642b327 100644 --- a/pygdb.vim +++ b/pygdb.vim @@ -1,4 +1,11 @@ -"shuber, 2008-06-08 +"pygdb.vim - pygtk interface to gdb in connection with (g)vim +" Maintainer: Stefan Huber + + +if !has('python') + echo "Error: Required vim compiled with +python" + finish +endif if ! exists("g:pygdb")