damanis
damanis
Also, the problem caused by any clipboard operation, not change/save only.
At exit the `/usr/bin/xsel --nodetach -i -p` is called to save `*` register to primary selection. Same for `+` register (system clipboard). By default, primary selection of `X` application should...
Seems, it caused by [https://github.com/neovim/neovim/commit/1d16bba4d8b8b648d2dabd610924bcf3051a0f29](https://github.com/neovim/neovim/commit/1d16bba4d8b8b648d2dabd610924bcf3051a0f29)
@linrongbin16 Checked for `3d2152c9` — seems, work properly.
In output some some lines are shown with proper path to the file with found pattern, while other lines show a path partially or a file name are invisible at...
Clone [NodeJS tree](https://github.com/nodejs/node/tree/main), then `cd node`, run neovim and in `Fzfx LiveGrep` enter `test — t js`. 
I think, in previous versions it was same. `rg` in bash always shows proper paths and there is no problem in [fzf-lua plugin](https://github.com/ibhagwan/fzf-lua). In config I changed only preview options.
@akiyosi Confirmed, works as expected.
@akiyosi I run with `--noconfig` -- issue not reproduced. Now I found that the issue caused by combination of two configuration options: ``` FontFamily = "GoMono Nerd Font" CachedDrawing =...
@akiyosi The fixed version works properly. Checked configuration: ``` FontFamily = "GoMono Nerd Font" CachedDrawing = true ``` This small difference between cellWidth and italicWidth made text invisible?