mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
vim-patch:7.4.950
Problem: v:errors is not initialized.
Solution: Initialze it to an empty list. (Thinca)
4649ded287
This commit is contained in:
@@ -545,6 +545,7 @@ void eval_init(void)
|
||||
|
||||
set_vim_var_dict(VV_MSGPACK_TYPES, msgpack_types_dict);
|
||||
set_vim_var_dict(VV_COMPLETED_ITEM, dict_alloc());
|
||||
set_vim_var_list(VV_ERRORS, list_alloc());
|
||||
set_vim_var_nr(VV_SEARCHFORWARD, 1L);
|
||||
set_vim_var_nr(VV_HLSEARCH, 1L);
|
||||
set_reg_var(0); /* default for v:register is not 0 but '"' */
|
||||
|
@@ -119,7 +119,7 @@ static int included_patches[] = {
|
||||
// 953,
|
||||
// 952,
|
||||
// 951,
|
||||
// 950,
|
||||
950,
|
||||
// 949,
|
||||
// 948 NA
|
||||
// 947,
|
||||
|
Reference in New Issue
Block a user