mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
users/9638: tweaks for FCEDIT etc.
21986: rewrite completion suffixes for wide characters
This commit is contained in:
parent
78ace07e16
commit
e366ca8dbf
11 changed files with 230 additions and 60 deletions
|
|
@ -1460,6 +1460,8 @@ bin_fc(char *nam, char **argv, Options ops, int func)
|
|||
editor = OPT_ARG(ops, 'e');
|
||||
else
|
||||
editor = getsparam("FCEDIT");
|
||||
if (!editor)
|
||||
editor = getsparam("EDITOR");
|
||||
if (!editor)
|
||||
editor = DEFAULT_FCEDIT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue