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
Trying to run a specific command such as :Tabularize from the tabular package and potentially other packages, shows this error message:
Error while fetching completions: Vim:E120: Using <SID> not in a script context: <SID>CompleteTabularizeCommand
Surprisingly, completion for commands from the vim-eunuch package mentioned in the PR work just fine.
Relevant configuration
-- Run with `nvim -u repro.lua`vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
---@diagnosticdisable-next-line:missing-fieldsrequire("lazy.minit").repro({
spec= {
{
"saghen/blink.cmp",
-- please test on `main` if possible-- otherwise, remove this line and set `version = '*'`build="cargo build --release",
opts= {},
},
{ "godlygeek/tabular"},
},
})
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Related to #925.
Trying to run a specific command such as
:Tabularize
from the tabular package and potentially other packages, shows this error message:Error while fetching completions: Vim:E120: Using <SID> not in a script context: <SID>CompleteTabularizeCommand
Surprisingly, completion for commands from the vim-eunuch package mentioned in the PR work just fine.
Relevant configuration
neovim
versionv0.10.3
blink.cmp
versionmain, 5b83998
The text was updated successfully, but these errors were encountered: