summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)Author
2019-11-18Merge pull request #432 from skotos/fix-423Ike Devolder
2019-11-18Merge pull request #431 from baptx/patch-1Ike Devolder
2019-11-15Fix #423 - Vim Hangs on exit if vdebug is running.Scott Tester
2019-11-08clarify that the master branch is based on version 2.0.0, not 1.4.1baptx
2019-10-06fixes startup issue on win7determin1st
2019-07-13move default layouts in python and have layout optionBlackEagle
2019-07-13Merge branch 'debugger-layouts' of https://github.com/Garethp/vdebug into Gar...BlackEagle
2019-07-07Merge pull request #413 from Garethp/stack-changingIke Devolder
2019-07-06add more clarity to the Vdebug_load_keymaps functionBlackEagle
2019-07-05Changing the command nameGareth Parker
2019-07-05Fixing bad configGareth Parker
2019-07-05Another way to let people choose between layoutsGareth Parker
2019-07-04Merge pull request #404 from Garethp/breakpoint-toggleIke Devolder
2019-07-04remove the default width of DebuggerStatusBlackEagle
2019-07-04Adding a breakpoint status as well as as a tri-state breakpoint cyclingGareth Parker
2019-07-03Adding empty keymapsGareth Parker
2019-07-03Adding support for breakpoint enabling/disablingGareth Parker
2019-06-20Making the window height/width and status bar configurableGareth Parker
2018-11-13Configurable sign charactersRoy-Orbison
2018-08-11Use single quotes instead of double quotesLucas Hoffmann
2018-08-08Remove doautocmd on VdebugPre and VdebugPostLucas Hoffmann
2018-08-08Group all autocommands into the Vdebug groupLucas Hoffmann
2018-08-08Merge pull request #373 from lucc/small-cleanupIke Devolder
2018-08-02Remove superfluous :execLucas Hoffmann
2018-08-02Remove python initializing fileLucas Hoffmann
2018-05-02Fix wrong Github pathRudolf Tucek
2018-03-31use close instead of stop when vim is closingBlackEagle
2018-03-21add vim functions to add or set the path mapsBlackEagle
2018-03-03change the window_arrangement so the status sits belowBlackEagle
2018-02-10Added check to prevent loading plugin twiceE.J. Sexton
2017-11-22Python3 compatibilityMark Kimsal
2017-07-06Warn the user if :python is not availableLucas Hoffmann
2017-05-31Move python code to pythonx dirLucas Hoffmann
2017-05-28Resolve circular includesLucas Hoffmann
2017-05-28Make all vdebug imports relativeLucas Hoffmann
2017-05-28Group imports by stdlib third party and oursLucas Hoffmann
2017-05-28Import all names that are usedLucas Hoffmann
2017-05-18En- and decode strings used with the base64 moduleLucas Hoffmann
2017-05-18Import urllib & queue py2/py3 compatibleLucas Hoffmann
2017-05-18Use items() instead of iteritems()Lucas Hoffmann
2017-05-16Merge pull request #278 from lucc/docsIke Devolder
2017-05-14Deprecate stand alone option variablesLucas Hoffmann
2017-05-14Prepare except statements for py3Lucas Hoffmann
2017-05-14Use print function to prepare for py3Lucas Hoffmann
2017-05-03socket: added missing importpaprykarz
2017-04-07Fixes #127 - multiline values are indented to not break the watch treeGhislain Rodrigues
2017-04-07Fixes #127 - too short lines are ignored, which causes issues with variables ...Ghislain Rodrigues
2017-04-05Update uninitialized parameter fix documentationPipe Gutierrez
2017-03-23make sure vdebug buffers are removed on closeBlackEagle
2017-03-23Merge branch 'patch-1' of https://github.com/Seb-C/vdebug into v2-integrationBlackEagle