You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function (sed) gives the error sed: 1: "1!b;/^$/q;q5": undefined label ';/^$/q;q5'
function __fish_helix_goto_line_end
# check if we are on an empty line firstcommandline|sed-n (commandline-L)'!b;/^$/q;q5'&&returncommandline-fend-of-line backward-char
end
(EDIT: Closed PR, because I've discovered more issues with other functions)
The text was updated successfully, but these errors were encountered:
Function (sed) gives the error
sed: 1: "1!b;/^$/q;q5": undefined label ';/^$/q;q5'
(EDIT: Closed PR, because I've discovered more issues with other functions)
The text was updated successfully, but these errors were encountered: