thinca / vim-quickrun

Run commands quickly.
zlib License
769 stars 102 forks source link

Fix fsharp to use dotnet fsi #206

Closed mattn closed 2 years ago

mattn commented 2 years ago

Describe the bug

Recently, F# is running on dotnet command. But vim-quickfix does not support it.

Provide a minimal vimrc with less than 50 lines to reproduce

Plug 'fsharp/vim-fsharp'

How to reproduce the problem from Vim startup

No way to run.

Expected behavior

Works with dotnet fsi command.

Actual behavior

Does not work.

Your environment

mattn commented 2 years ago

Oh, error messages are displayed as current codepage...

image

thinca commented 2 years ago

Is this ready to merge?

mattn commented 2 years ago

Is it possible to specify the encoding for stderr separated from stdout?

thinca commented 2 years ago

Unfortunately, there is no way to do that at this time...

mattn commented 2 years ago

Okay, please merge then.