kyoh86 / dotfiles

all of me in the computer
3 stars 0 forks source link

vim-testでdenopsのtest nearestをちゃんと動くようにする #78

Closed kyoh86 closed 9 months ago

kyoh86 commented 9 months ago

nameを拾ってくる処理が結構色々あってVim Scriptでパターンマッチしてるだけだと結構キツい。 test#base#nearest_test とか test#base#nearest_test_in_lines を駆使することになるけど、それでもキツいかも。 場合によっちゃその処理だけdenopsに任せた方が早い説も。

test("<name>", ...
test(
    "<name>",
    ...
test({"name": "<name>"...
test({
    ...
    "name": "<name>"...
test({
    ...
    "name":
        "<name>"...
kyoh86 commented 9 months ago

ASTなしで太刀打ちするのしんどいのでやめとく。