Yegappan Lakshmanan
|
a9a7c0c602
|
patch 8.2.3173: Vim9: argument types are not checked at compile time
Problem: Vim9: argument types are not checked at compile time.
Solution: Add more type checks. (Yegappan Lakshmanan, closes #8581)
|
2021-07-17 19:11:07 +02:00 |
|
Bram Moolenaar
|
1328bde9d4
|
patch 8.2.2944: Vim9: no error when using job or channel as a string
Problem: Vim9: no error when using job or channel as a string.
Solution: Be more strict about conversion to string. (closes #8312)
|
2021-06-05 20:51:38 +02:00 |
|
Bram Moolenaar
|
f46bf5204c
|
patch 8.2.2118: dead code in the job support
Problem: Dead code in the job support. (Dominique Pellé)
Solution: Define USE_ARGV before checking for it.
|
2020-12-09 13:16:13 +01:00 |
|
Bram Moolenaar
|
ee8b787bcd
|
patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to start
Problem: Using CTRL-O in a prompt buffer moves cursor to start of the line.
Solution: Do not move the cursor when restarting edit. (closes #7330)
|
2020-11-19 18:46:25 +01:00 |
|
Bram Moolenaar
|
218450ad5e
|
patch 8.2.1857: Vim9: using job_status() on an unused var gives an error
Problem: Vim9: using job_status() on an unused var gives an error.
Solution: Return "fail". (closes #7158)
|
2020-10-17 18:51:52 +02:00 |
|
Bram Moolenaar
|
ad30470610
|
patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_start
Problem: Vim9: cannot pass "true" to submatch(), term_gettty() and
term_start()
Solution: Use tv_get_bool_chk(). (closes #6888, closes #6890, closes #6889)
|
2020-09-06 18:22:53 +02:00 |
|
Bram Moolenaar
|
8b5866ded6
|
patch 8.2.1597: the channel source file is too big
Problem: The channel source file is too big.
Solution: Move job related code to a new source file.
|
2020-09-05 15:48:51 +02:00 |
|