-
As mentioned in https://github.com/mawww/kakoune/issues/249
-
### Question
In order to solve #4751 and assuming that my XDG_RUNTIME_DIR environement is set,
Is there a difference between `kak -l` and `ls $XDG_RUNTIME_DIR/kakoune` ?
If not, this will s…
-
```
$ printf test > file
$ xxd file
00000000: 7465 7374 test
$ kak -e 'wq' file
$ xxd file
00000000: 7465 7374 0a test.
```
Opening…
-
### Steps
Here's a small (commented) example to reproduce.
Put two files in a directory:
rc.kak
```
nop %sh{
# bash instead of zsh will not trigger any issue
zsh script.zsh &
}
# I…
-
### Steps
Terminal emulator: [Simple Terminal](https://st.suckless.org/)
Display server: X11
GPU Driver: Proprietary nvidia
Distribution: Arch
### Outcome
Kakoune occasionally fails to r…
-
On OSX Catalina, with Kakoune brewed from source and suggested kakrc, plug returns an error on :plug-install or :plug-update, but loads normally when updated from the list manually.
Debug buffer:
…
-
### Version of Kakoune
Kakoune v2022.10.31-96-gfa060c2a
### Reproducer
I'd like to perform [case insensitive](https://github.com/mawww/kakoune/wiki/Regex#case-insensitive-search) search with furthe…
-
This occurs in some scenarios like doing a squash commit. I added some garbage to the first line to better illustrate the issue.
Either beginning comments should be parsed, or if that's too com…
-
-
The default ctags package for macos's homebrew does not include `readtags`. This can be resolved by installing `universal-ctags` instead, but I felt that the error message might be improved if it tol…