X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=pygdb.vim;h=fe0626ff04f12b9359f87dbcef63393babe3cb17;hb=66662457f7e6cfc95de535503aa1f4b088822d2f;hp=d61c4f1fddff74700fd039f62cc501073c70c342;hpb=cbf061bb713edf755eac6910c0526864754f47a3;p=pygdb.git diff --git a/pygdb.vim b/pygdb.vim index d61c4f1..fe0626f 100644 --- a/pygdb.vim +++ b/pygdb.vim @@ -13,13 +13,8 @@ import os import string import sys import threading - import vim -#Do not use a ~ for home directory -pygdbdir = "/home/shuber/projekte/pygdb" -sys.path.append(pygdbdir) - import Configuration @@ -132,10 +127,8 @@ def gdbGetBreakpoint(file, lineno): >> -highlight ExecutionLine term=bold ctermbg=DarkGreen ctermfg=White highlight BreakPoint term=inverse ctermbg=DarkCyan ctermfg=Black -sign define ExecutionLine text==> texthl=ExecutionLine linehl=ExecutionLine sign define BreakPoint text=! texthl=BreakPoint linehl=BreakPoint sign define CondBreakPoint text=? texthl=BreakPoint linehl=BreakPoint