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

Revert #1019 to fix nvim artifacts and flickering. #1021

Merged
merged 4 commits into from Jul 14, 2019

Conversation

PhilRunninger
Copy link
Member

@PhilRunninger PhilRunninger commented Jul 14, 2019

Description of Changes

Closes #1020.

Revert #1019, which too liberally used the :mode command in Neovim. This resulted in excessive flickering of the screen. It also caused artifacts on the screen, which ironically were cleared by manually issuing the :mode command.


New Version Info

  • Derive a new version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version when you make backwards-compatible bug fixes
  • Update CHANGELOG.md, following this format/example:
    #### MAJOR.MINOR...
    - **.PATCH**: PR Title (Author) [#PR Number](link to PR)
    
    #### 5.1...
    - **.1**: Update Changelog and create PR Template (PhilRunninger) [#1007](https://github.com/scrooloose/nerdtree/pull/1007)
    - **.0**: Too many changes for one patch...
    

@PhilRunninger PhilRunninger merged commit 63c5920 into master Jul 14, 2019
@PhilRunninger PhilRunninger deleted the revert-1019-fix_1016 branch July 14, 2019 19:18
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.

Display Error: when open a node, background color of empty lines change
1 participant