diff options
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 77a9ea31d..7d69b0c81 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -1654,6 +1654,7 @@ do_py3eval (char_u *str, typval_T *rettv) case VAR_FLOAT: case VAR_SPECIAL: case VAR_JOB: + case VAR_CHANNEL: break; } } |