Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.1.0105: all tab stops are the same | VVKot | 2021-03-28 |
| | | | | | | | Problem: All tab stops are the same. Solution: Add the variable tabstop feature. (Christian Brabandt, closes vim/vim#2711) https://github.com/vim/vim/commit/04958cbaf25eea27eceedaa987adfb354ad5f7fd | ||
* | getdigits: introduce `strict`, `def` parameters | Justin M. Keyes | 2019-09-13 |
Problem: During a refactor long ago, we changed the `getdigits_*` familiy of functions to abort on overflow. But this is often wrong, because many of these codepaths are handling user input. Solution: Decide at each call-site whether to use "strict" mode. fix #5555 |