mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 15:01:16 -03:00
Mark private functions that don't need localization
See the next commit.
Part of #11833
(cherry picked from commit a53db72564)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Helper function for contextual autocompletion of gpg user ids
|
||||
# localization: skip(private)
|
||||
|
||||
# Helper function for contextual autocompletion of gpg user ids
|
||||
function __fish_complete_gpg_user_id -d "Complete using gpg user ids" -a __fish_complete_gpg_command list_arg
|
||||
# gpg doesn't seem to like it when you use the whole key name as a
|
||||
# completion, so we skip the <EMAIL> part and use it as a description.
|
||||
|
||||
Reference in New Issue
Block a user