1
0
Fork 0
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:
Peter Stephenson 2005-11-07 09:37:34 +00:00
parent 78ace07e16
commit e366ca8dbf
11 changed files with 230 additions and 60 deletions

View file

@ -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;