We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db2afe commit da292b0Copy full SHA for da292b0
2 files changed
src/testdir/test_messages.vim
@@ -273,8 +273,10 @@ func Test_null()
273
echom test_null_list()
274
echom test_null_dict()
275
echom test_null_blob()
276
- echom test_null_job()
277
echom test_null_string()
278
- echom test_null_channel()
279
echom test_null_partial()
+ if has('job')
+ echom test_null_job()
280
+ echom test_null_channel()
281
+ endif
282
endfunc
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 102,
747
/**/
748
101,
749
0 commit comments