fish-shell/share
ridiculousfish 1bba97984b Fix vared of indexed value
You can use an index with vared, like `vared PATH[4]`. However this was
inadverently broken in fa2450db30, because you cannot use `read` to
modify an element of a variable, only the whole variable. Fix this.

Unfortunately this means using another local variable, so we name it
__fish_vared_temp_value instead of just temp so that collisions are
unlikely.
2022-04-23 16:35:52 -07:00
..
completions Correct depth/deepen completions for git fetch 2022-04-23 16:13:50 -07:00
functions Fix vared of indexed value 2022-04-23 16:35:52 -07:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Webconfig: Fix quote color also in the theme list 2022-04-22 19:52:04 +02:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Move executable-check to C++ 2022-03-31 15:16:01 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00