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

Fixing issue #398: buf1 != buf2 doesn't work in python2 #400

Merged
merged 2 commits into from
Jun 22, 2019

Commits on Jun 21, 2019

  1. Fixing issue neovim#398: buf1 != buf2 doesn't work in python2

    Adding __ne__ function to pynvim.api.buffer.Buffer to correctly test
    two buffers are not equal in Python 2. Test added to demonstrate.
    noelevans committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    a6b190d View commit details
    Browse the repository at this point in the history
  2. Fixing warning in test_buffer.py:96:

    DeprecationWarning: invalid escape sequence \s
        assert vim.options['define'] == '^\s*#\s*define'
    noelevans committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    e3d3e68 View commit details
    Browse the repository at this point in the history