summaryrefslogtreecommitdiff
path: root/src/job.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar2021-11-131-0/+5
* patch 8.2.3585: crash when passing float to "term_rows" of term_start()v8.2.3585Bram Moolenaar2021-11-121-1/+5
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-1/+1
* patch 8.2.3379: crash when using NULL jobv8.2.3379Bram Moolenaar2021-08-281-1/+4
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-091-1/+1
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-2/+16
* patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan2021-07-241-0/+8
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-0/+6
* patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan2021-07-211-1/+1
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-5/+15
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-0/+7
* patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar2021-06-051-0/+30
* patch 8.2.2118: dead code in the job supportv8.2.2118Bram Moolenaar2020-12-091-3/+6
* patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to startv8.2.2014Bram Moolenaar2020-11-191-1/+1
* patch 8.2.1857: Vim9: using job_status() on an unused var gives an errorv8.2.1857Bram Moolenaar2020-10-171-4/+13
* patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_startv8.2.1627Bram Moolenaar2020-09-061-1/+1
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-0/+1918