2008-01-18 23:54:13 +08:00
|
|
|
\section funced funced - edit a function interactively
|
|
|
|
|
|
|
|
\subsection funced-synopsis Synopsis
|
2012-06-30 10:35:31 +08:00
|
|
|
<code>funced [OPTIONS] NAME</code>
|
2008-01-18 23:54:13 +08:00
|
|
|
|
|
|
|
\subsection funced-description Description
|
|
|
|
|
Help cleanup
Large list of changes, including formatting and typos for most commands.
More substantive changes have been made to alias, bind, block, break,
builtin, case, cd, commandline, count, else, emit, fish_config, funced,
function, functions, history, math, mimedb, nextd, not, popd, prevd,
pushd, pwd, random, read, set, set_color, switch, test, trap, type,
ulimit, umask, and while.
2013-05-12 15:56:01 +08:00
|
|
|
\c funced provides an interface to edit the definition of the function
|
|
|
|
<code>NAME</code>.
|
2012-06-27 11:37:48 +08:00
|
|
|
|
Help cleanup
Large list of changes, including formatting and typos for most commands.
More substantive changes have been made to alias, bind, block, break,
builtin, case, cd, commandline, count, else, emit, fish_config, funced,
function, functions, history, math, mimedb, nextd, not, popd, prevd,
pushd, pwd, random, read, set, set_color, switch, test, trap, type,
ulimit, umask, and while.
2013-05-12 15:56:01 +08:00
|
|
|
If the \c $EDITOR environment variable is set, it will be used as the program
|
|
|
|
to edit the function. Otherwise, a built-in editor will be used.
|
|
|
|
|
|
|
|
If there is no function called \c NAME a new function will be created with
|
|
|
|
the specified name
|
2012-06-30 09:41:37 +08:00
|
|
|
|
2013-04-22 09:13:18 +08:00
|
|
|
- <code>-e command</code> or <code>--editor command</code> Open the function
|
|
|
|
body inside the text editor given by the command (for example, "vi"). The
|
|
|
|
command 'fish' will use the built-in editor.
|
|
|
|
- <code>-i</code> or <code>--interactive</code> Open function body in the
|
|
|
|
built-in editor.
|