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
let result =s:f1Help(expand('%:p'), line('.') -1, col('.') -1)
:call fsharp#showF1Help()
Error detected while processing function fsharp#showF1Help:
line 1:
E119: Not enough arguments for function: s:f1Help
line 2:
E121: Undefined variable: result
I've tried to pass null but that also raised an error:
:call fsharp#showF1Help()
E488: Trailing characters
Error executing vim.schedule lua callback: Vim(call):E117: Unknown function: Callback
stack traceback:
[C]: in function 'fsharp#resolve_callback'
.../pack/myVimPackages/start/ionide-vim/lua/ionide/init.lua:245: in function 'handler'
...eovim-unwrapped-0.6.1/share/nvim/runtime/lua/vim/lsp.lua:964: in function 'cb'
vim.lua:285: in function <vim.lua:285>
Environment (please complete the following information):
OS: macos
Vim / Neovim version: neovim v0.6.1
dotnet SDK version:
mono / .Net Framework version:
The text was updated successfully, but these errors were encountered:
Describe the bug
fsharp#showF1Help
doesn't pass callback tof1Help
functionIonide-vim/autoload/fsharp.vim
Line 477 in 80620da
I've tried to pass null but that also raised an error:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: