wzy

Results 530 issues of wzy

in ``` |g:pandoc#modules#disabled|, but vim-vim-pandoc is able to run in a degraded ``` 'vim-' has been repeated. in this line has 80 characters. however, the modeline is 'set tw=78'. in...

i notice this plugin don't provide any user event, perhaps can it provide some to realize the following function? such as ``` au User PandocEventQuit call pandoc#closeviewer() f pandoc#closeviewer() "...

it is an enhancement. such as i can input a command then see the figure. ![2020-03-24 20-55-38 的屏幕截图](https://user-images.githubusercontent.com/32936898/77427736-db3e1600-6e11-11ea-8f6f-5b6c42c47a0d.png) Thanks!

Now, scc has many command options. If it can provide shell completion (bash/zsh/fish/...), it will be more convenient to use. Thanks.

enhancement
help wanted

Although it has [`kristijanhusak/defx-icons`](https://github.com/kristijanhusak/defx-icons), but it cannot use the same configuration with devicon, it means user had to config twice for their customize icons for defx and the plugins which...

✨ enhancement

Please describe the problem. ``` $ git clone --depth=1 https://github.com/mirror/x264 $ cd x264 $ vi encoder/encoder.c :CocCommand clangd.switchSourceHeader ``` the expected behaviour is a warning message: `encoder/encoder.h` do not exist....

bug

in ``` - `J` / `CTRL+d`: half page down. - `K` / `CTRL+d`: half page up. ``` first CTRL+d should be CTRL+u

![image](https://user-images.githubusercontent.com/32936898/82225224-80c7be80-9957-11ea-955f-7b1287a6002d.png) like ![image](https://user-images.githubusercontent.com/32936898/82225366-b2d92080-9957-11ea-9517-9f2deb9bbb0b.png) Thanks!

![screen-2022-11-17-20-11-18](https://user-images.githubusercontent.com/32936898/202443047-6a4c5295-76e5-47d0-806a-ff764bee6eed.jpg)

``` let content = [ [' &A', 'echo 100' ], [' &2', 'echo 200' ], [' &3', 'echo 300' ], [' &4' ], [' &5', 'echo 500' ], ] let...