Home
last modified time | relevance | path

Searched refs:shell_name (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dex_cmds.c1558 char_u *shell_name = get_isolated_shell_name(); in make_filter_cmd() local
1560 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()