| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.2.3400: ":z!" is not supported | Sean Dewar | 2021-09-10 |
| | | | | | | | | Problem: ":z!" is not supported. Solution: Make ":z!" work and add tests. (Dominique Pellé, closes vim/vim#8836) Use display height instead of current window height. https://github.com/vim/vim/commit/7f2dd1e90c1d4a30c791fae20014594641769a1e | ||
| * | vim-patch:8.0.0537: illegal memory access with :z and large count (#8592) | Jan Edmund Lazo | 2018-06-19 |
| Problem: Illegal memory access with :z and large count. Solution: Check for number overflow, using long instead of int. (Dominique Pelle, closes vim/vim#1612) https://github.com/vim/vim/commit/fa0ad0bb0b4255e64ebcf9269d60a942e0ae7ff9 | |||