aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/excmd_spec.lua
Commit message (Collapse)AuthorAge
* vim-patch:8.2.3659: integer overflow with large line numberzeertzjq2022-02-18
Problem: Integer overflow with large line number. Solution: Check for overflow. (closes vim/vim#9202) https://github.com/vim/vim/commit/03725c5795ae5b8c14da4a39cd0ce723c6dd4304 Put E1247 in globals.h as E1240 is also there. Do not make getdigits() abort.