diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-06 20:32:25 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-06 20:32:25 +0100 |
commit | 1701481c53f4e6756038c9c00d51d491a8f42c65 (patch) | |
tree | 76b2d1c8bfb703e961555f0505b02c8ec5bc20bf /src/if_python3.c | |
parent | 3712792637516aea7acf76a11533be1066952820 (diff) | |
download | vim-git-1701481c53f4e6756038c9c00d51d491a8f42c65.tar.gz |
patch 7.4.1272v7.4.1272
Problem: Using future enum value.
Solution: Remove it.
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 7194b6edb..9ba2f28a0 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -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; } |