bfrg
bfrg
**Describe the bug** The option `--rawfile` is mentioned under `jq --help` as well as in the [online manual](https://stedolan.github.io/jq/manual/v1.6) but not in the man page `jq(1)`. **To Reproduce** ```bash $ cd...
Currently, it is not possible to use an existing filter file through the `-f/--from-file` option. This option has been disabled so far since `:Jqplay` always creates a new filter scratch...
Sometimes the popup window is unexpectedly closed when moving to the next or previous quickfix item with the keys specified in with `next` and `previous` options. It seems to be...
I like to use the following mapping to keep the cursor at the current word: ```vim nnoremap * *N ``` When the next match is inside a closed fold, Vim...
When I use the "Source Code Pro for Powerline" font inside a xterm terminal (with unicode support turned on, uxterm), I don't get any unicode characters displayed at all. The...
You are listed as one of the [authors](https://github.com/vim/vim/blob/cd268017cf79a546a494883b4b026a3cbbd9a8a0/runtime/syntax/cmake.vim#L7) of the `cmake` syntax file that is shipped with Vim. Could you please send your latest syntax version to the author of...
I use `builtin_box_drawing = true` and noticed that the unicode characters `U+2571` and `U+2572` (diagonal lines) do not align as they're supposed to. Screenshot with **IBM Plex Mono 10**: ...
### Steps to reproduce 1. Open a terminal in Vim: `vim --clean +term` 2. Fill the terminal buffer by running for example: `seq 100` 3. Now try to clear the...