fish-shell/share
maxried 2e5693a6bc Fix erroneous \t in sysctl completion (#3562)
The last commit to this auto completion changed it to use `string replace` instead of `tr`. Unfortunately they do not behave the same. `tr " = " "\t"` replaces " = " with a tabulator character, while `string replace -a " = " "\t"` replaces it with \t. Either `string` is misbehaving or this auto completion was broken.
2016-11-18 11:10:09 -08:00
..
completions Fix erroneous \t in sysctl completion (#3562) 2016-11-18 11:10:09 -08:00
functions vi_cursor: For TERM = xterm require another condition 2016-11-18 19:24:29 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools fix webconfig.py lint issues 2016-11-10 16:23:08 -08: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 Guard some contains calls in config.fish 2016-09-26 16:49:06 +02:00