-
Notifications
You must be signed in to change notification settings - Fork 10
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
JeunghunKim
wants to merge
61
commits into
SkyLeach:master
Choose a base branch
from
JeunghunKim:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Remove update_pudb_breakpoints, update_buffer Fix place_sign, remove_sign, has_breakpoint Add test_buffer, load_bp_file, save_bp_file, blank_file, make_links Add load_base_dir, find_bp_files, print_feature
Remove unnecessary autocmds Update TextChanged and BufEnter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix issue#1
Fix error that PUDBStatus shows lineno * 10