Fujiwara Takuya

Results 131 issues of Fujiwara Takuya

I appreciate if vint catches this case. ## Should detect ```vim " Implicit assigning to g:i by :for for i in range(3) endfor ``` ## Should not detect ```vim if...

When empty entry in config like this: ``` policies: ``` vint always raises an exception. ``` AttributeError: 'NoneType' object has no attribute 'keys' ```

bug

Fixed message for function identifer. ## Sample script ```vim function! s:foo() endfunction ``` ## Before ``` vint test.vim test.vim:1:11: Unused variable: s:foo (see :help E738) ``` ## After ``` vint...

I don't know whether this is specific to vim-jp/vim-vimlparser though 🤔 * https://github.com/vim-jp/vim-vimlparser/commit/0844cfaf1d6004253f3308cfb06aec974bbedf35 * https://github.com/vim-jp/vim-vimlparser/pull/136#issuecomment-517650612

ddskk ではそうなってたはず。

idea

自分の環境だと69631行目の以下の変換候補を見つけられない。 ``` きほん /基本/ ``` cadd8b0ff3fc1fceb7d8cc49428504484dd3d2b6 と同じで行数の奇数/偶数などによるものか、詳細不明。

bug

また、そのままコマンドラインで``でoffにしてもう一回onにしてもonにならない。

bug

とはいえ辞書登録する際は日本語を入力したい訳で、`eskk#util#input()`でeskkをonにするかoffにするかそのままか制御できればいいはず。

task
bug