Merge remote-tracking branch 'origin/main' into refactor/shared-color-palette

# Conflicts:
#	tests/functional.fish
This commit is contained in:
2026-09-08 01:43:01 -04:00
69 changed files with 1490 additions and 382 deletions
+4
View File
@@ -29,6 +29,10 @@
# split
# split -v nvim README.md
function split --description 'Run a command in a new terminal split'
# -h is --horizontal here (see this function's own ARGUMENTS),
# so only the long form may reach the renderer.
test "$argv[1]" = --help; and __fish_help_header (status current-function) --help; and return 0
# Opinionated guard (C4): integrations disabled
if not __fish_config_op_enabled (status current-function)
__fish_palette