annotate src/testdir/test48.ok @ 13740:f309afff6f25 v8.0.1742

patch 8.0.1742: cannot get a list of all the jobs commit https://github.com/vim/vim/commit/e1fc51558dc14906a8d9f6a6e7bb1ac2a6ba8f3d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 19:49:08 2018 +0200 patch 8.0.1742: cannot get a list of all the jobs Problem: Cannot get a list of all the jobs. Cannot get the command of the job. Solution: When job_info() is called without an argument return a list of jobs. Otherwise, include the command that the job is running. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:00:07 +0200
parents 9dc52b404c1b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4013
6834d6aeae09 updated for version 7.3.761
Bram Moolenaar <bram@vim.org>
parents: 7
diff changeset
1 , foo
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 keyword keyword
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 all your base
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 are belong to vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 1 2 3 4 5 7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 'i' <-- should be 3 ' '
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 'C' <-- should be 3 ' '
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 'a' <-- should be 4 ' '
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 'A'<-- should be 0 ' '
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 'D' <-- 'D' should be intact
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 this is a test
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 this is a test
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 this is a test
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 "r" x<-- should be 'x'
6468
9dc52b404c1b updated for version 7.4.563
Bram Moolenaar <bram@vim.org>
parents: 4013
diff changeset
15 "r" x <-- should be ' x '
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
16 [This line should contain only the text between the brackets.]
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
17 v i m <-- should show the name of a noted text editor
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
18 6 . 0 <-- and its version number
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
19
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
20 a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
21 a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
22 a
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
23