バクダンくん
バクダンくん
Is this issue already fixed? I got same error before, but now I could install on Windows with no problem.
@ichizok 確かにそれですね。確認不足ですみません……。
`import ... as ...` は未実装? ```vim " test.vim vim9script import Hoge as Fuga from './import.vim' " => E1047: syntax error in import echo Fuga ``` ```vim " import.vim vim9script export...
辞書内の関数が `call` 無しで呼び出せない…… ```vim vim9script def Fuga() echo 'Fuga' enddef let Hoge = #{Fuga: funcref('Fuga')} Fuga() " => Fuga call Hoge.Fuga() " => Fuga Hoge.Fuga() " => E492: エディタのコマンドではありません: Hoge.Fuga()...
:+1: I longed for this feature.
狭いウィンドウでもより広い幅でwrapさせられるます?
I tried. It works well, but I feel it's not perfect. * The title bar is darkened. `:set guioptions+=d` takes effect immediately on Win11, but on a Win10 machine I...
Anyway only the dark title bar would help many people. Actually I've hidden all other GUI elements.
> > The title bar is darkened. :set guioptions+=d takes effect immediately on Win11, but on a Win10 machine I have to minimize and restore the window for the change...
Thank you for your report! I could not reproduce the problem on my Windows environment, but it seems better to pass the absolute file path. Please update the plugin and...