Yufan You
Yufan You
Multibyte (Unicode) characters under the scrollbar are hidden or incorrectly displayed. See the screenshot.  Example text Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt...
如果找不到的话我可能什么时候自己传一份
Basically the same as https://github.com/tomtom/tcomment_vim/issues/237
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...
**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...
**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...
**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...
**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**...