mirror of
https://github.com/vim/vim.git
synced 2026-08-04 13:39:38 +02:00
4535654246
Problem: term_scrape() and term_getline() require two arguments but it is
not enforced.
Solution: Correct minimal number of arguments. (Hirohito Higashi) Update
documentation. (Ken Takata)