mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
fix(vim.opt): #14708 Now lets you put duplicate values in wildmode
This commit is contained in:
@@ -7765,6 +7765,7 @@ static Dictionary vimoption2dict(vimoption_T *opt)
|
||||
}
|
||||
PUT(dict, "type", CSTR_TO_OBJ(type));
|
||||
PUT(dict, "default", def);
|
||||
PUT(dict, "allows_duplicates", BOOL(!(opt->flags & P_NODUP)));
|
||||
|
||||
return dict;
|
||||
}
|
||||
|
Reference in New Issue
Block a user