Skip to content

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