Paul Evans
Paul Evans
I'm trying to debug a problem a user has relating to terminal rendering, and I'm looking over a `script` log of neovim's output. One thing that initially troubles me is...
I've been struggling to work out how to install nvim-treesitter on a fresh neovim install. Your "installation" page is simply a list of what steps to use for a variety...
Adds a new builtin function, `builtin::numify`, the number equivalent of `builtin::stringify`. While here also remembers to add a test and documentation on how `stringify` handles `undef`. No behavioural change to...
It was noted on the mailing list [1] that we don't have a (high-precedence) logical xor operator - while we have all three of `or`, `and`, `xor`, we only have...
* Make multiple imports idempotent, matching the behaviour of things like strict and feature flags * Fix various bugs to do with making previously-shadowed symbols visible again when unimporting named...
(this description was all wrong but in any case I've now reverted it to a draft. We'll wait for 5.39 to apply it properly. I'll write something better by then)
Consider the redefinition warning in: ``` $ bleadperl -Mwarnings -E 'use builtin "true"; sub true { "surprise" } say true()' Prototype mismatch: sub true () vs none at -e line...
A new API function to handle this case, avoiding the need to unshift + assign separately. A not-very-optimal implementation at present. A better one could be provided perhaps by merging...
Often I have multiple different kinds of sounds in the same show (atmosphere/music, background sounds, interruption sounds, pre-recorded dialog/etc...), that would want to be played at different volumes. When moving...
I don't know if it was intentional, but if a terminfo file was found during the directory search, loaded, and then found to contain an error, the search continues into...