yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
458 stars 49 forks source link

none: refine code action regex a bit #431

Closed Shane-XB-Qian closed 8 months ago

Shane-XB-Qian commented 8 months ago

it maybe messed digit with str

Shane-XB-Qian commented 8 months ago

Instead of introducing another "query_" variable, can you reuse query itself here?

I wish, but it cannot. maybe it's another vim9 script bug/odd thing.

-- shane.xb.qian

yegappan commented 8 months ago

Instead of introducing another "query_" variable, can you reuse query itself here? I wish, but it cannot. maybe it's another vim9 script bug/odd thing.

If you use the 'query' variable, do you get an error? What is the odd thing that you see?

Shane-XB-Qian commented 8 months ago

Instead of introducing another "query_" variable, can you reuse query itself here?

I wish, but it cannot. maybe it's another vim9 script bug/odd thing.

If you use the 'query' variable, do you get an error? What is the odd thing that you see?

yes, "cannot re-use def args", the err. // have not you tried, or did not know?

-- shane.xb.qian