mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-30 15:21:16 -03:00
Pull in later widecharwidth
This pulls in widechar_width.h from commit d4e75d5bb1930291223d1. This is a "rebuild with latest data" before we attempt a risky bugfix. The idea here is that bisecting can separate whether any regression is due to using the latest Unicode data, or the bug fix.
This commit is contained in:
@@ -403,6 +403,7 @@ static int fish_parse_opt(int argc, char **argv, fish_cmd_opts_t *opts) {
|
||||
int main(int argc, char **argv) {
|
||||
int res = 1;
|
||||
int my_optind = 0;
|
||||
fish_wcwidth(0);
|
||||
|
||||
program_name = L"fish";
|
||||
set_main_thread();
|
||||
|
||||
Reference in New Issue
Block a user