iacore
iacore
I fixed your software on accident. Maybe it's now broken on other platforms. ##### Check with `[x]` what is your case: - [x] I don't want to sign the CLA.
Currently, JS files produced by Ditto rely on npm for linking. The reason in that they import each other with `import `std/...`. It might be better to generate both `packages`...
In picolisp, the comment char is '#'. In vim, `parinfer_comment_char` seem to control the comment char. How do I do the same in Kakoune?
**Describe the bug** Named ellipsis not working the same as ellipsis. **To Reproduce** https://semgrep.dev/playground/s/BZ35 **Expected behavior** There should be one match. If you replace `$...ARGS` with `...` it works. **What...
## Summary * The default protocol number is changed to 0, as specified by POSIX. * We are changing it to align the standard library to POSIX standards. --- ##...
Fixes #5878 I'm surprised nobody fixed it until now. Tested on Linux+IBus SDL has really bad defaults...
This test will fail on `main` and succeed on #11256. To run the test: ``` pnpm -w run test -t nested-component-bind-group ```
### Version of Kakoune Kakoune v2023.08.05 ### Reproducer ``` echo "hi `` there" > /tmp/a.md kak /tmp/a.md ``` ### Outcome `there` is colored as code. ### Expectations `there` should be...
(moved from #15 since this is a separate issue) ## Reproduction Zig 0.11.0 - checkout the branch from #14 - `zig build test`