mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_
darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
function __fish_print_help -d (N_ "Print help message for the specified fish function or builtin")
|
||||
function __fish_print_help --description "Print help message for the specified fish function or builtin"
|
||||
|
||||
# These two expressions take care of underlines (Should be italic)
|
||||
set -l cmd1 s/_\x08'\(.\)'/(set_color --underline)\\1(set_color normal)/g
|
||||
|
||||
Reference in New Issue
Block a user