Chip Hogg
Chip Hogg
This move affected the stripped prefix of the automatically generated archive files, which therefore also changes the SHA. End users will need to migrate their builds by updating both the...
This is to give users a stable archive whose SHA they can depend on. GitHub does not guarantee stability of the SHA over time for automatically generated archives. (Remember when...
This is the version included in Ubuntu's "Jammy Jellyfish" release (22.04, LTS): ``` :version VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 11 2023 23:53:12) Included patches: 1-3995,...
I often find myself wondering whether something is in my system already, or not. A good search functionality would help tremendously. (Especially if it returns invisible results too!)
Right now, the only file edits we can make in the View buffer are to check off tasks as `DONE` (or update `LASTDONE` for a recurring action). This Issue will...
This includes _what to display_, as well as _how do display it_. The current policy omits the section names, displays the project hierarchy in blue, and shows the task name...
GTD is a "one thing at a time" system: you check off an action, then look at your list and choose what to do next. VTD follows this philosophy, but...
Right now, if a vtd file is missing, we barf a python stack trace which makes vim virtually unusable. It would be better to fail gracefully. This might include -...
It would be nice to provide authoritatively correct forward declarations. Then users could write APIs in their `.hh` files that take, say, `Quantity` by const-ref, without forcing their dependents to...
See this link for current behaviour: https://godbolt.org/z/Kxe8vrh48 We could create a utility template that says, effectively, "if any of these prefixes produces a quantity-equivalent unit, then use that instead of...