forked from aniani/vim
patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice
Problem: Generating nv_cmdidxs.h requires building Vim twice.
Solution: Move the table into a separate file and use a separate executable
to extract the command characters. (Ozaki Kiichi, closes #9669)
This commit is contained in:
@@ -1735,8 +1735,6 @@ static funcentry_T global_functions[] =
|
||||
ret_string, f_inputsecret},
|
||||
{"insert", 2, 3, FEARG_1, arg23_insert,
|
||||
ret_first_arg, f_insert},
|
||||
{"internal_get_nv_cmdchar", 1, 1, FEARG_1, arg1_number,
|
||||
ret_number, f_internal_get_nv_cmdchar},
|
||||
{"interrupt", 0, 0, 0, NULL,
|
||||
ret_void, f_interrupt},
|
||||
{"invert", 1, 1, FEARG_1, arg1_number,
|
||||
|
||||
Reference in New Issue
Block a user