From ab284641a51020eb052763fdfa03be9ac89a16d2 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 12 Jun 2026 00:36:30 -0400 Subject: [PATCH] fix: add RETURNS block and remove blank line in fish_mode_prompt docstring --- functions/fish_mode_prompt.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/fish_mode_prompt.fish b/functions/fish_mode_prompt.fish index 467ff62..01065f8 100644 --- a/functions/fish_mode_prompt.fish +++ b/functions/fish_mode_prompt.fish @@ -9,8 +9,10 @@ # that would prepend to the prompt line and break the two-line nim layout. # Vi-mode display is handled inside fish_prompt itself. # +# RETURNS +# 0 Always (function body is empty) +# # EXAMPLE # # Rendered automatically by fish; not called directly. - function fish_mode_prompt end