Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #1 and minor issues #7

Open
wants to merge 61 commits into
base: master
Choose a base branch
from

Conversation

JeunghunKim
Copy link

Fix issue#1
Fix error that PUDBStatus shows lineno * 10

Stadnik Andrii and others added 30 commits October 2, 2018 15:15
Change self.nvim.commane(':sign ~ code location
From __init__ to on_bufenter
Show lineno * 10 -> lineno
Change class variable initialization location
Fix function name from on_bufenter to on_bufnewfile for BufNewFile
Concatenate BufReadPost and BufNewFile to BufEnter
Remove BufEnter
Restore BufRead and BufNewFile
Remove log messages
Change PUDBStatus from messages to echo
Fix command
Before: remove all sign
After: remove only pudb.vim sign(name: pudbbp)
Toggle by g:pudb_signify variable
Delete clear/restore sign command
Add toggle_sign compare code
Check buffname in self._bps_placed before unplace signs
Add toggle_sign_on/off functions
Simplify toggle_all_signs function
Delete unusable for loop
Update only current buffer
update_breakpoints_cmd at textchanged and insertleave
1. Quick fix to let it work in vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants