Ryan Wu
Results
44
issues of
Ryan Wu
- vim or neovim? - [ ] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: - Output of `:echo has("python")`: - Output of `:echo has("python3")`:...
我在一个非常大的代码库上试了一下,多数时候需要很久才能生成。从结果看,关联的关系过于多和远了,有用的信息反而不多。是不是可以有选项限制一下引用的关系类型和深度?否则大一些的代码库上可能又慢、效果又不好。
For example, I want to search by regex pattern and fixed-string pattern in one time. Or, I want search some patterns with `-g GLOB1` and some other patterns with `-g...