lacygoill
lacygoill
AFAIK, we can close a dictionary however we want. There exists a limitation which is specified at [`:help command-block`](https://vimhelp.org/vim9.txt.html#command-block), but it's only for a dictionary inside a block.
The `vim.in` file given earlier is missing 2 closing parens (and maybe 2 `enddef`s): ```diff --- /tmp/t.vim 2022-09-07 22:46:08.770850389 +0200 +++ /tmp/a.vim 2022-09-07 22:46:32.802750534 +0200 @@ -18,13 +18,13 @@ filter(list,...
> Currently all the examples are broken except of :+ print that was added just for showing how it is different from + print. The new plugin should handle all...
I guess this issue can be closed now. The new script was merged in the [last update of the runtime files](https://github.com/vim/vim/commit/9fbdbb814f4ad67a14979aba4a6a49800c2f1a99). If there are still bugs, new issue reports can...
> I don't know when this was added In patch [8.2.3255](https://github.com/vim/vim/releases/tag/v8.2.3255). > I wonder if the docs need to be updated to reflect this behaviour or whether I am missing...
Also, the final value of the `files` argument as displayed in the preview window looks wrong. Expected: files = "./c.txt" "./b.txt" "./a.txt" Actual (with `--map`): files = ./c.txt' './b.txt' './a.txt...
I *guess* that under the hood, navi itself uses `--map` to implement `--expand`; which would explain why the latter fails when we use `--map`. We're probably overriding whatever navi intended...
> In case you're facing a bug, please update navi to the latest version first. I reproduced the crash in a docker container after compiling from source on commit 537e2d6ad86e27b890c451705a8d75574b079d91...
I'm not a dev, but I agree that the stack trace is annoying. FWIW, I would prefer that – on startup – UltiSnips tests whether the python interface is available,...
> Steps to reproduce > Well, not sure. Without a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example) there's no way to know what causes your issue. Bisect your config until you find one, then post it...