forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codelens): Deleting line does not remove codelens (onivim#2839)
__Issue:__ When deleting a line with a codelens, the codelens persists until the file is saved __Defect:__ There was a bug with our shift logic - if the item would be deleted, there were cases were it could be kept (in a sparse mapping, where it wouldn't be overwritten - like the code lens / inline elements) __Fix:__ Remove elements that are deleted in `shift`, and case to cover
- Loading branch information
Showing
3 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
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
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
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