mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.0.1711: term_setsize() is not implemented yet
Problem: Term_setsize() is not implemented yet. Solution: Implement it.
This commit is contained in:
@@ -876,6 +876,7 @@ static struct fst
|
||||
# endif
|
||||
{"term_setkill", 2, 2, f_term_setkill},
|
||||
{"term_setrestore", 2, 2, f_term_setrestore},
|
||||
{"term_setsize", 3, 3, f_term_setsize},
|
||||
{"term_start", 1, 2, f_term_start},
|
||||
{"term_wait", 1, 2, f_term_wait},
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user