| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | oldtest: Disable tests that :py(3)do stop executing when buffer changes | James McCoy | 2018-06-27 |
| | | | | | | | | The current nvim <-> client handling of do_range needs to be adapted to handle these sorts of checks. See https://github.com/neovim/neovim/issues/8554 | ||
| * | vim-patch:8.0.0265: ml_get error when :pydo deletes lines (#8492) | Jan Edmund Lazo | 2018-06-07 |
| Problem: May get ml_get error when :pydo deletes lines or switches to another buffer. (Nikolai Pavlov, issue vim/vim#1421) Solution: Check the buffer and line every time. https://github.com/vim/vim/commit/a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387 (We only include the tests, the Vim code changes are N/A for Nvim.) | |||