-
# Issue type
The title explain it pretty well, but the problem here is I can search for blank lines using the regexp "/^ *$" and it can search forward, but it won't search backwards. I tried opening …
-
OS Version (操作系统): Windows
VNote Version (Help - About VNote - Version: )(VNote版本): 2.2, d78e892d5cc etc..
Symptoms (表现):
想使用ex模式的替换命令,%s,发现报错:不是一个编辑器命令。
-
Tracking issues for supporting builds against Qt6 - I was able to build against Qt6 after some changes, but I could not test, here is the list of issues
- [x] CMake can support mixed Qt5/6 builds h…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
Currently there is no built-in source of truth for users/plugins to use when dis…
-
**Is your feature request related to a problem? Please describe.**
For now both radare2 and cutter show every line with an "absolute" address. Sometimes it is unnecessary, but at the same time it w…
-
Hi, i like to test this, but I use now neovim, not vim 7.4/8.0.
I imagine that you use vim --remote capability and this with neovim is retired, instead you can use a plugin (nvim-remote) to get bac…
-
## Describe the bug
When scrolling in neovim, the terminal output is really laggy compared to other terminals like kitty (see comparison below).
## Environment (please complete the following inf…
-
### Problem
I'm looking for a way to improve the startup experience of Neovide, to create the window with the correct size from the start and fix some other startup related sizing issue.
But the p…
-
### Steps to reproduce
1. Open a file with `sh` syntax
2. Write:
```bash
#!/usr/bin/env bash
test_fn() {
IFS=' '
local raw_size=($(printf "%b" "${pre_size}" | od -An -tu1 -N2))
…
-
![image](https://user-images.githubusercontent.com/1921878/56083734-702a4800-5e29-11e9-9dd0-12361cbb68a0.png)
Normally, if I start neovim-qt and do `F11` which I mapped to toggle between FullScreen…