Yufan You

Results 68 issues of Yufan You

Multibyte (Unicode) characters under the scrollbar are hidden or incorrectly displayed. See the screenshot. ![screenshot](https://user-images.githubusercontent.com/30581822/155539452-8fe02bd4-f0b1-405c-a253-6472bae662d8.png) Example text Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt...

当前使用的词库严重不全,存在大量缺漏,需要更好的词库。

enhancement

如果找不到的话我可能什么时候自己传一份

Basically the same as https://github.com/tomtom/tcomment_vim/issues/237

help wanted
feature

After I deleted all contents in a binary file with a size of ~10MB with `enable_persistent_history` enabled, neoclip hung when I entered nvim again. Maybe I shouldn't do this (deleting...

I added these in my config: ```lua t['gg'] = {'scroll', {'1 - vim.api.nvim_win_get_cursor(0)[1]', 'true', '1', '5', e}} t['G'] = {'scroll', {'vim.api.nvim_buf_line_count(0) - vim.api.nvim_win_get_cursor(0)[1]', 'true', '1', '5', e}} ``` And it...

enhancement

**Describe the bug** When a line is too long and is split into multiple lines, the scrollbar behaves incorrectly. **To Reproduce** 1. Fill the screen with long lines that don't...

help wanted

**Is your feature request related to a problem? Please describe.** Now only a few shortcuts are customizable. **Describe the solution you'd like** After #166 is done, it will be possible...

enhancement
high_priority
preferences

**Is your feature request related to a problem? Please describe.** Now we have code snippets page and the parentheses page, and will have the submit commands page (#212) soon. There...

high_priority
preferences
refactor

**Describe the bug** 1. Highlighting is incorrect when inline/block comments and string literals are mixed together. 2. Raw string literals and string literals with prefixes are not supported. **To Reproduce**...

bug
medium_priority
qcodeeditor