0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -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

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