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:
Johannes Altmanninger
2025-09-29 09:30:35 +02:00
parent 1f96e58852
commit 2c0e912fe1
136 changed files with 156 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
# localization: skip(private)
function __fish_complete_subcommand -d "Complete subcommand" --no-scope-shadowing
# How many non-option tokens we skip in the input commandline before completing the subcommand
# Usually 1; use "--fcs-skip=2" to make it 2 (see e.g. tmux and ssh completions)