fix: add RETURNS block and remove blank line in fish_mode_prompt docstring
This commit is contained in:
@@ -9,8 +9,10 @@
|
|||||||
# that would prepend to the prompt line and break the two-line nim layout.
|
# that would prepend to the prompt line and break the two-line nim layout.
|
||||||
# Vi-mode display is handled inside fish_prompt itself.
|
# Vi-mode display is handled inside fish_prompt itself.
|
||||||
#
|
#
|
||||||
|
# RETURNS
|
||||||
|
# 0 Always (function body is empty)
|
||||||
|
#
|
||||||
# EXAMPLE
|
# EXAMPLE
|
||||||
# # Rendered automatically by fish; not called directly.
|
# # Rendered automatically by fish; not called directly.
|
||||||
|
|
||||||
function fish_mode_prompt
|
function fish_mode_prompt
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user