Yufan You

Results 268 comments of Yufan You

The screenshot is in Konsole, but I can reproduce it in Kitty and XTerm as well. The screenshot without ScrollView: ![screenshot](https://user-images.githubusercontent.com/30581822/155558865-f18585a0-8b7c-4700-93a5-404e4c3f56be.png)

I didn't try it but what if the scrollbar has a width of two characters?

> https://lia.ustc-zzzz.net/ 我和他用的基础词库相同,我还在其基础上加了很多词.. 您是如何判断出他的词库比我的词库全的?

好像一个挂了总能找到另一个。

好像各个下载源又挂了,darkbzoj 不知道是限制了 referer 还是怎么样,可以从网页上下载,直接输入链接会 503。

> I made some progress on treesitter but now I am stuck. And I need ideas. Consider the following comment regions, they all are separated by empty lines. Should I...

I just discovered that https://github.com/nvim-treesitter/nvim-treesitter-textobjects also have `@comment.outer`. (Also mentioned at https://github.com/numToStr/Comment.nvim/issues/77#issuecomment-974798712)

> I just discovered that [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) also have `@comment.outer`. > > (Also mentioned at [#77 (comment)](https://github.com/numToStr/Comment.nvim/issues/77#issuecomment-974798712)) Unfortunately, it doesn't work with line comments very well: 1. `@comment.outer` only matches a...

I agree that Comment.nvim doesn't need to implement this feature. It could be a part of another plugin or a new plugin.

There's also a problem with multiline block comments. `Comment.nvim` adds `//` at the beginning of each line: ```cpp /** * multiline comment */ ```