fish-shell/share
Fabian Boehm cd9e50c2cc completions/set: Complete variables of all scopes when setting
This was overly smart and tried to not show you e.g. global variables
unless you were setting without scope or explicitly global.

That is annoying when you do

`set -g fish_col<TAB>`

and don't get colors because they're universal, but you could
overwrite them.

We *could* elide e.g. local variables if we're setting a global, but I
can see someone wanting to set a universal variable on basis of a
global ("save this"), so I would rather not try to find the very
specific cases where this works.
2024-10-03 11:46:17 +02:00
..
completions completions/set: Complete variables of all scopes when setting 2024-10-03 11:46:17 +02:00
functions __fish_print_help: Make formatting more man-like 2024-10-03 11:29:24 +02:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools fish_indent: Cleanup all *.fish files not in tests 2024-09-17 19:11:42 +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 generated completions to cache directory 2024-04-27 10:39:30 +02:00