0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.1280

Problem:    Missing case value.
Solution:   Add VAR_JOB.
This commit is contained in:
Bram Moolenaar
2016-02-07 19:25:51 +01:00
parent 595e64e259
commit eba6d8c66c
3 changed files with 4 additions and 0 deletions

View File

@@ -1560,6 +1560,7 @@ do_pyeval (char_u *str, typval_T *rettv)
case VAR_STRING:
case VAR_FLOAT:
case VAR_SPECIAL:
case VAR_JOB:
break;
}
}