fish_breakpoint_prompt.1 (fish-3.5.0.tar.xz) | : | fish_breakpoint_prompt.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 35 | skipping to change at line 35 | |||
function fish_breakpoint_prompt -d "Write out the debug prompt" | function fish_breakpoint_prompt -d "Write out the debug prompt" | |||
set -l function (status current-function) | set -l function (status current-function) | |||
set -l line (status current-line-number) | set -l line (status current-line-number) | |||
set -l prompt "$function:$line >" | set -l prompt "$function:$line >" | |||
echo -ns (set_color $fish_color_status) "BP $prompt" (set_color no rmal) ' ' | echo -ns (set_color $fish_color_status) "BP $prompt" (set_color no rmal) ' ' | |||
end | end | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 FISH_BREAKPOINT_PROMPT(1) | 3.5 Jul 20, 2022 FISH_BREAKPOINT_PROMPT(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |