Fujiwara Takuya
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' ```
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
自分の環境だと69631行目の以下の変換候補を見つけられない。 ``` きほん /基本/ ``` cadd8b0ff3fc1fceb7d8cc49428504484dd3d2b6 と同じで行数の奇数/偶数などによるものか、詳細不明。
また、そのままコマンドラインで``でoffにしてもう一回onにしてもonにならない。
とはいえ辞書登録する際は日本語を入力したい訳で、`eskk#util#input()`でeskkをonにするかoffにするかそのままか制御できればいいはず。