Add LICENSE
[pygdb.git] / pygdb.vim
2013-09-08 Stefan HuberAdd gdbWriteConfig()
2008-06-26 Stefan Huberfixing pygdbdir bug
2008-06-23 Stefan Hubercope with pressing esq when entering client cmd v0.99.2
2008-06-23 Stefan Huberonly load python in vimrc when opening c,cpp files
2008-06-23 Stefan Huberpygdb takes vim-servername as parameter. vim communicat...
2008-06-23 Stefan Huberpygdb saves command now
2008-06-13 Stefan HuberOverwrite breakpoints when launching pygdb from vim...
2008-06-11 Stefan Huberpygdb now saves absolute breakpoint paths
2008-06-11 Stefan Huber- pygdb saves current executed line
2008-06-10 Stefan Huberfix bug: open non-open files in vim
2008-06-10 Stefan Huberadded a vim load-config feature
2008-06-10 Stefan Huber- moving pygdb path to .gvimrc
2008-06-09 Stefan Huberfixing breakpoint bug
2008-06-09 Stefan Hubermoved path-pruning to debugger
2008-06-09 Stefan Huber- removing path of file in vim, just the fname
2008-06-09 Stefan Huber- adapted pygdb.vim
2008-06-09 Stefan Huber- Fixed bug when bp is set on same addr
2008-06-09 Stefan Huberremoved a print and added another
2008-06-09 Stefan Huber- fixing problem of destroying windows -> segfault
2008-06-09 Stefan Huberadding first vim code+