fish-shell/share
Fabian Homborg ab5d7f80d0 Restyle codebase
And again clang-format does something I don't like:

-    if (found != end && std::strncmp(found->name, name, len) == 0 && found->name[len] == 0) return found;
+    if (found != end && std::strncmp(found->name, name, len) == 0 && found->name[len] == 0)
+        return found;

I *know* this is a bit of a long line. I would still quite like having
no brace-less multi-line if *ever*. Either put the body on the same
line, or add braces.

Blergh
2020-12-06 15:39:54 +01:00
..
completions pactl completions: guard call to other pulseaudio tools (#7532) 2020-12-06 14:54:41 +01:00
functions __fish_print_packages: Better parse apt-cache's weird format 2020-12-04 16:45:14 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Restyle codebase 2020-12-06 15:39:54 +01:00
__fish_build_paths.fish.in
config.fish Only send the PID of the last process in a job to builtin fg 2020-10-18 19:36:48 +02:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00