mackeye
mackeye
#### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) - I...
### Version of Kakoune v2024.05.18 ### Reproducer The editor crashed after executing the following command about 10 times, specifically when it encountered a newline: `exec "; +[^ ]+2"` The command...
### Feature The command substitution section of the [specification for POSIX shell](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_03) specifies: > The results of command substitution shall not be processed for further tilde expansion, parameter expansion, command...
hey! ive recently found tio and love it, its a step up from the simple qemu console :) i have a couple of scripts i run semi-frequently (ex. to resize...
The following command: ``` lsp-execute-command "tinymist.startDefaultPreview" %val{buffile} ``` gives the following error: ``` panicked at /Users/moe/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kak-lsp-18.1.2/src/workspace.rs:211:53: called `Result::unwrap()` on an `Err` value: Error("expected value", line: 1, column: 1) disabled backtrace...
i wanted to try setting an lsp configuration that would be added to that of all filetypes. here's a minimal example: ```bash evaluate-commands %sh{ kak-lsp } set-option global lsp_debug true...