Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.0571: negative line number when using :z^ in an empty bufferv8.0.0571 | Bram Moolenaar | 2017-04-20 | 1 | -1/+8 |
| | | | | | | Problem: The cursor line number becomes negative when using :z^ in an empty buffer. (neovim #6557) Solution: Correct the line number. Also reset the column. | ||||
* | patch 8.0.0537: illegal memory access with :z and large countv8.0.0537 | Bram Moolenaar | 2017-04-02 | 1 | -0/+78 |
Problem: Illegal memory access with :z and large count. Solution: Check for number overflow, using long instead of int. (Dominique Pelle, closes #1612) |