comparison src/vim.h @ 24606:a4fda40e0bb9 v8.2.2842

patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled Commit: https://github.com/vim/vim/commit/f18332fb9e2e4208a97d800f096b02c6681780e7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 7 17:55:55 2021 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 May 2021 18:00:04 +0200
parents 192058cad081
children ebc0aae63d9a
comparison
equal deleted inserted replaced
24605:f5484f767f70 24606:a4fda40e0bb9
2028 #define VAR_TYPE_BOOL 6 2028 #define VAR_TYPE_BOOL 6
2029 #define VAR_TYPE_NONE 7 2029 #define VAR_TYPE_NONE 7
2030 #define VAR_TYPE_JOB 8 2030 #define VAR_TYPE_JOB 8
2031 #define VAR_TYPE_CHANNEL 9 2031 #define VAR_TYPE_CHANNEL 9
2032 #define VAR_TYPE_BLOB 10 2032 #define VAR_TYPE_BLOB 10
2033 #define VAR_TYPE_INSTR 11
2033 2034
2034 #define DICT_MAXNEST 100 // maximum nesting of lists and dicts 2035 #define DICT_MAXNEST 100 // maximum nesting of lists and dicts
2035 2036
2036 #ifdef FEAT_CLIPBOARD 2037 #ifdef FEAT_CLIPBOARD
2037 2038