Searched refs:shell_name (Results 1 – 1 of 1) sorted by relevance
1558 char_u *shell_name = get_isolated_shell_name(); in make_filter_cmd() local1560 if (shell_name == NULL) in make_filter_cmd()1564 is_fish_shell = (fnamecmp(shell_name, "fish") == 0); in make_filter_cmd()1565 vim_free(shell_name); in make_filter_cmd()