1
0
forked from aniani/vim

patch 7.4.1272

Problem:    Using future enum value.
Solution:   Remove it.
This commit is contained in:
Bram Moolenaar
2016-02-06 20:32:25 +01:00
parent 3712792637
commit 1701481c53
3 changed files with 2 additions and 2 deletions

View File

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