ridiculousfish
247d4b2c8f
Rename EXEC_ERR_MSG to INVALID_PIPELINE_CMD_ERR_MSG
...
This error message was used for more than exec.
No functional change here.
2022-03-31 15:49:15 -07:00
Johannes Altmanninger
bb055c7c81
completions/code: also complete paths for --install--extension
...
The docs state:
code --install-extension <ext-id | path> Installs or updates an extension. The
argument is either an extension id or a path to a VSIX.
2022-03-31 17:25:15 +02:00
Fabian Homborg
f13979bfbb
Move executable-check to C++
...
This was already apparently supposed to work, but didn't because we
just overrode errno again.
This now means that, if a correctly named candidate exists, we don't
start the command-not-found handler.
See #8804
2022-03-31 15:16:01 +02:00
Kid
90d52ee669
Complete /dev/fd
in isatty
( #8840 )
...
* Complete `/dev/fd` in `isatty`
* Check `/dev/fd` existence first
2022-03-30 18:29:59 +02:00
Kid
820f8bc1af
Update a few git completions
2022-03-30 18:29:21 +02:00
Fabian Homborg
f9f0ad1ef7
completions/git: Check alias definitions for an option
...
This allows e.g. defining
re = restore --staged
and then getting completions for `restore --staged`, not just `restore`.
Fixes #8843
2022-03-30 18:25:00 +02:00
Fabian Homborg
51b663787f
completions/git: Complete git restore -S
...
This used `contains`. Let's just use `__fish_contains_opt` and pass
the short option as well.
See #8843 .
2022-03-30 16:42:19 +02:00
David Adam
71a6f979a5
docs/index: reword default shell section
2022-03-29 13:33:06 +08:00
Aaron Gyes
9c96986b36
set_color: only fixup sitm/ritm/dim if NULL/empty
...
So we'll skip the hack should someone have a fixed terminfo or
only do it on the first set_color command.
2022-03-28 11:26:17 -07:00
Aaron Gyes
de03322073
Update date
completions for newer BSDs
...
-d has been removed in FreeBSD 13 & monterey
-t has also been removed from date(1)
-n has been "Obsolete flag, accepted and ignored for compatibility",
for a while, leave it out.
-R added for RFC 2822
-I added for ISO 8601
Some description changes
2022-03-28 09:26:00 -07:00
David Adam
fa2450db30
vared: avoid using local variables
...
The tmp and prompt variables collide with variables used as arguments.
Just avoid them entirely, at the cost of making the internals of the
functions somewhat more complicated.
Closes #8836 .
2022-03-27 23:52:49 +08:00
Fabian Homborg
cc689290cd
Autoload: Call the parser directly instead of going via "subshell"
...
This used to call exec_subshell, which has two issues:
1. It creates a command substitution block which shows up in a stack
trace
2. It does much more work than necessary
This removes a useless "in command substitution" from an error message
in an autoloaded file, and it speeds up autoloading a bit (not
measurable in actual benchmarks, but microbenchmarks are 2x).
2022-03-27 09:35:12 +02:00
Aaron Gyes
b83d8dc8c0
angular: remove sourceMappingURL comments
...
We don't ship source maps, so just remove these
comments to prevent the annoying 404s the server
will print out when using `fish_config`.
2022-03-26 17:14:09 -07:00
Fabian Homborg
62807c2788
fish_config: Let tabs wrap
...
Otherwise they would scroll off-screen for narrow windows. This was intentional.
2022-03-26 22:54:17 +01:00
Aaron Gyes
be4fa1dc1a
fish_config: improve tab display
...
Use a heavier weight slightly larger font, remove the borders, and
prevent wrapping like:
Binding
s
2022-03-26 14:46:46 -07:00
Fabian Homborg
25e02ea07f
fish_config: Use the same body fonts as the doc theme
...
Otherwise this was 100% monospace.
But since we have a specific list of fonts that we have checked, let's
use the same list instead of just adding "Helvetica" again.
2022-03-26 21:57:11 +01:00
Fabian Homborg
ff6a12e9c6
Revert "fish_config: use system-ui/sans serif for non-shell/code text"
...
Like the comment says: List explained in pydoctheme.css.
This also removed a number of other fonts.
This reverts commit f3cf32a085
.
2022-03-26 21:53:23 +01:00
Aaron Gyes
f3cf32a085
fish_config: use system-ui/sans serif for non-shell/code text
...
This is nicer. It was actually using monospace fonts across
the board before.
Tweak tab rendering.
2022-03-26 13:48:23 -07:00
Aaron Gyes
776fc0b7f3
fish_config: HTML5 doctype
2022-03-26 13:27:22 -07:00
Aaron Gyes
492f9bb046
web config: buttons are <buttons> instead of <span>s.
...
This is exactly what <button> is for, and we can remove
some CSS.
2022-03-26 13:27:22 -07:00
Fabian Homborg
5af2ead85a
README: Remove ul dependency
...
No longer used
2022-03-26 20:41:45 +01:00
David Adam
970a963896
cmake: disable frameworks when searching for libintl
...
This is a less-intrusive version of 95845b1
, and only disables the
search for frameworks for libintil (sometimes shipped with Mono, but not
usable for compilation).
Closes #5244 .
2022-03-26 22:00:44 +08:00
David Adam
73cade558a
Revert "cmake: disable use of frameworks on macOS"
...
This reverts commit 95845b16c9
.
2022-03-26 21:49:44 +08:00
David Adam
95845b16c9
cmake: disable use of frameworks on macOS
...
Prevents an issue where libintl from Mono gets picked up.
Closes #5244 .
2022-03-26 21:38:12 +08:00
David Adam
31a02c55b7
Merge branch 'Integration_3.4.1'
2022-03-26 00:46:30 +08:00
David Adam
7489ab9d5b
Release 3.4.1
2022-03-26 00:22:53 +08:00
Fabian Homborg
625d9e05d8
completions/nmcli: Exit if networkmanager isn't running
...
These printed an error on load if networkmanager isn't running.
Since at that point it's not useful to complete anything, just try the
first call and if that fails exit.
(cherry picked from commit b6f47f76f0
)
2022-03-25 16:19:25 +01:00
Fabian Homborg
8f11ebb9d4
completions/csharp: Fix syntax error
...
(cherry picked from commit 4c40283d00
)
2022-03-25 16:19:25 +01:00
Fabian Homborg
7469495459
complete: Stop wcslen just to figure out if string is not empty
2022-03-25 16:15:28 +01:00
Fabian Homborg
b6f47f76f0
completions/nmcli: Exit if networkmanager isn't running
...
These printed an error on load if networkmanager isn't running.
Since at that point it's not useful to complete anything, just try the
first call and if that fails exit.
2022-03-25 16:13:43 +01:00
Fabian Homborg
4c40283d00
completions/csharp: Fix syntax error
2022-03-25 16:10:21 +01:00
Fabian Homborg
351cd5bd4b
set: Skip a wcslen
2022-03-25 16:06:10 +01:00
Fabian Homborg
bac2eef496
Remove useless use of wcslen
2022-03-25 16:06:10 +01:00
Fabian Homborg
42ea2758b6
Overload fish_wcstod for wcstring and length
...
This lets us skip wcslen a bunch
2022-03-25 16:06:10 +01:00
Fabian Homborg
fa1ecb8c67
reader: Some light stringification
2022-03-25 16:06:10 +01:00
Fabian Homborg
f98398b418
event: Pass name as wcstring
...
This passed a wchar_t, only to then construct a wcstring out of it.
Instead let's just pass it directly and move it.
2022-03-25 16:06:10 +01:00
ridiculousfish
ac888ac6af
Migrate 'within_fish_init' to a parser-local variable
...
We need special handling when reporting backtraces for commands run
during startup, i.e. config.fish. Previously we had a global variable;
make it local to the parser to eliminate a global.
No functional change here.
2022-03-24 21:43:58 -07:00
Fabian Homborg
27c41ba74a
CHANGELOG 3.4.1
2022-03-24 20:19:41 +01:00
Fabian Homborg
12cfaec0c9
Put funcsave long option back
...
This reverts ed8c78c0ea
, emphatically.
Fixes #8830
(cherry picked from commit 2c702de52c
)
2022-03-24 20:12:44 +01:00
Fabian Homborg
2c702de52c
Put funcsave long option back
...
This reverts ed8c78c0ea
, emphatically.
Fixes #8830
2022-03-24 20:11:39 +01:00
Kid
4ef6a41cc4
Rename fzf --phony
completion to --disabled
2022-03-24 11:03:53 +01:00
David Adam
6a8efa3f15
ulimit: add basic tests
2022-03-24 10:23:04 +08:00
David Adam
a7eebff916
ulimit: return a specific error if option is not supported by the OS
2022-03-24 10:23:04 +08:00
David Adam
8c4c526698
ulimit: add new limits from FreeBSD/NetBSD
...
Short option names are taken from sh for those platforms where possible.
2022-03-24 10:23:04 +08:00
David Adam
2c2b87af07
ulimit: add new limits from Linux
...
Short options are taken from prlimit(1) where appropriate.
Closes #8786 .
2022-03-24 10:23:04 +08:00
David Adam
ee69a2467e
ulimit: some corrections to descriptions and documentation
2022-03-24 10:23:04 +08:00
ys64
c92cda9bec
Is this a typo?
...
I copied the code, and gave me the following error:
Missing end to balance this function definition
2022-03-23 15:04:25 +01:00
Fabian Homborg
e458bf5763
Let nextd-or-forward-word binding move like normal forward_word
...
Broken in #8358 , this caused nextd-or-forward-word to actually be
nextd-or-forward-bigword.
See #8790 .
(cherry picked from commit 2101dd4add
)
2022-03-22 22:11:43 +01:00
Fabian Homborg
f184061c16
CHANGELOG
2022-03-22 22:10:28 +01:00
Fabian Homborg
2101dd4add
Let nextd-or-forward-word binding move like normal forward_word
...
Broken in #8358 , this caused nextd-or-forward-word to actually be
nextd-or-forward-bigword.
See #8790 .
2022-03-22 22:09:42 +01:00