mattgreen / park.fish

MIT License
16 stars 1 forks source link

Support multi-line command. #2

Open acomagu opened 3 years ago

acomagu commented 3 years ago

Seems don't work well for multi-line command.

$ ls \
-la <Ctrl-Q>
$ <Enter>
commandline: Unknown option “-la”

Standard input (line 8):
        commandline --replace $cmd
        ^
in function '__unpark'
in event handler: handler for generic event “fish_prompt”

(Type 'help commandline' for related documentation)

I really love this plugin! Thanks.