fix: add RETURNS block and remove blank line in fish_mode_prompt docstring

This commit is contained in:
2026-06-12 00:36:30 -04:00
parent fefcb9034b
commit ab284641a5
+3 -1
View File
@@ -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