mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-04 20:51:15 -03:00
Fix __fish_complete_command with multiline tokens
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function __fish_complete_command --description 'Complete using all available commands'
|
||||
set -l ctoken (commandline -ct)
|
||||
set -l ctoken "$(commandline -ct)"
|
||||
switch $ctoken
|
||||
case '*=*'
|
||||
set ctoken (string split "=" -- $ctoken)
|
||||
|
||||
Reference in New Issue
Block a user