diff options
Diffstat (limited to 'src/if_python.c')
-rw-r--r-- | src/if_python.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if_python.c b/src/if_python.c index 812497a7f..73193822b 100644 --- a/src/if_python.c +++ b/src/if_python.c @@ -1575,6 +1575,7 @@ do_pyeval (char_u *str, typval_T *rettv) case VAR_SPECIAL: case VAR_JOB: case VAR_CHANNEL: + case VAR_BLOB: break; } } |