-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
23 lines (14 loc) · 1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2508
these are updates for Sam Ghods script
http://www.vim.org/scripts/script.php?script_id=1929
based on Seung Woo Shin script
http://www.vim.org/scripts/script.php?script_id=1152
basically just I add tab-page editing support to the original plugin which based on vim 6.0 below is list of changes made to the python script.
- when multiple tab-page loaded, it will remember the initial tab-page
which start the debugging session. every debugging command will
make sure that you are debugging on that initial tab,
so debugging session wont mess other tab.
- when debugging session ends on multi tab-page window, other
tab-page is no longer being duplicated, it will only restore debugging tab
I've send sam a diff's for this plugin, it seems he's a bit busy, and can't reply my email (yet), it's ok anyway cause I'm planning to add more common feature to the script,
please if you find any bug, made a patch, diffs, etc, let me know...