bfredl
bfredl
very WIP, I am learning how the "preset slot system" works (and doesn't work) in real time. Need to assign a "unsaved slot" to a loaded DX7 patch somehow, otherwise...
while the implementation is not tied to screen chars, it is a reasonable expectation to support the same size. If nvim is able to display a multibyte character, it will...
This is matters for cross-compiling where we might not be able to run the "nvim" binary on the host. Instead reimplement the helptags extractor as a small lua script, which...
I guess these kinds of DRY techniques are kinda cutesy but unfortunately I cannot expand macros invoking macros with various kind of synax fragments and back-references to local variables, at...
fixes #19817 This is the same as #19974 but un-bittrotted This improves the efficiency of the cache when chaining multiple commands like const step1 = b.addRunArtifact(tool_fast); step1.addFileArg(b.path("src/input.c")); const output1 =...
To reproduce, use https://gist.github.com/bfredl/09f7a208507510c6be20e8996d1e55e0 ``` uncrustify -c uncrustify.cfg --update-config-with-doc -o uncrustify_new.cfg diff -u uncrustify.cfg uncrustify_new.cfg ``` This gives: ```diff @@ -3575,7 +3575,7 @@ # # The regex for include category...