commit | f18332fb9e2e4208a97d800f096b02c6681780e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 07 17:55:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 07 17:55:55 2021 +0200 |
tree | 8cbfcb58bfbe67b2549d76ba721b2db9c33a602b | |
parent | e08795e1ecf0b85751e9f41021603c39ef026d92 [diff] [blame] |
patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled Problem: Vim9: skip argument to searchpair() is not compiled. Solution: Add VAR_INSTR.
diff --git a/src/if_py_both.h b/src/if_py_both.h index 9dbff1c..7f38e17 100644 --- a/src/if_py_both.h +++ b/src/if_py_both.h
@@ -6425,6 +6425,7 @@ case VAR_VOID: case VAR_CHANNEL: case VAR_JOB: + case VAR_INSTR: Py_INCREF(Py_None); return Py_None; case VAR_BOOL: