fish-shell/sphinx_doc_src
Fabian Homborg 9b54a53758
Prevent not-yet-loaded functions from loaded when erased (#5951)
* Prevent not-yet-loaded functions from loaded when erased

Today, `functions --erase $function` does nothing if the function
hasn't been autoloaded yet.

E.g. run, in an interactive session

    > functions --erase ls
    > type ls

and be amazed that it still shows our default `ls --color=auto`
wrapper function.

This seems counter-intuitive - removing a function ought to remove it,
whether it had been executed before or not.

* doc/changelog
2019-06-22 11:08:36 +02:00
..
2019-05-25 11:47:44 +02:00
2019-04-30 13:11:33 +02:00
2019-05-05 12:09:25 +02:00
2019-04-30 13:11:33 +02:00
2019-06-06 19:14:11 +02:00
2019-05-05 12:09:25 +02:00
2019-06-06 19:14:11 +02:00
2019-06-06 22:52:14 +02:00