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
Installed language client and Vim_Fsharp yesterday, so vesions are up-to-date.
Problem Description
When Vim is started without a file (vim.exe), and .fs is loaded via :e command, FSI cannot be called (with <leader>e) with error message of
Error detected while processing function fsharp#toggleFsi:
line 7:
E444: Cannot close last window
If Vim is started with a file name (vim somefile.fs), FSI opens normally. This affects both Vim and GVim.
:FsiShow command doesnt work anyway with E119: Not enough arguments for function: fsharp#openFsi error.
This has been tested with a blank Vim8.1 Windows installation with only LANGUAGECLIENT-NEOVIM and VIM_FSHARP_LANGUAGECLIENT installed.
To Reproduce
Steps to reproduce the behaviour:
start vim from the command line with no file option
load a file via :e
try to open an FSI console with <leader>e and get a
Error detected while processing function fsharp#toggleFsi:
line 7:
E444: Cannot close last window
try to run :FsiShow command and get E119: Not enough arguments for function: fsharp#openFsi error.
Start vim file.fs and see <leader>e working fine. :FsiShow wont work anyway.
Environment (please complete the following information):
OS: Windows 10 x64
Vim / Neovim version: 8.1x64 (2018 May 18)
dotnet SDK version: 3.0.100
The text was updated successfully, but these errors were encountered:
Installed language client and Vim_Fsharp yesterday, so vesions are up-to-date.
Problem Description
When Vim is started without a file (
vim.exe
), and.fs
is loaded via:e
command, FSI cannot be called (with <leader>e) with error message ofIf Vim is started with a file name (
vim somefile.fs
), FSI opens normally. This affects both Vim and GVim.:FsiShow
command doesnt work anyway withE119: Not enough arguments for function: fsharp#openFsi
error.This has been tested with a blank Vim8.1 Windows installation with only LANGUAGECLIENT-NEOVIM and VIM_FSHARP_LANGUAGECLIENT installed.
To Reproduce
Steps to reproduce the behaviour:
:e
:FsiShow
command and getE119: Not enough arguments for function: fsharp#openFsi
error.vim file.fs
and see <leader>e working fine.:FsiShow
wont work anyway.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: