Mathias Stearn

Results 53 issues of Mathias Stearn

This should allow automatically finding new files created in the current vim session without needing a costly full rescan. Triggering on BufWritePost/FileWritePost/FileAppendPost may be a better route if you only...

See https://isocpp.org/files/papers/D2529R0.html. In paper.md: `title: generator should have T&& reference_type` In html file: ``generator`<T>`{=html} should have T&& reference\_type`` Title as shown in browser: ``generator``{=html} should have T&& reference\_type``

### Observed behavior Every time I restart nvim (or even just run `:CocRestart` which restarts ccls) is has to do a full re-index. Since this indexes 4374 files, this is...

loudu/storeu_si128/256 should have overloads that takes a `pointer` since they are intended to load 16/32 bytes of data from an arbitrary address. It would be nice if they could also...

There's a ton of good stuff between sse2 and avx, including pshuffb to swizzle 16 bytes in an arbitrary way and pcmpXstrX, the swiss-army knife of byte processing. Also, while...

Note that it works correctly when an attribute like `[[noreturn]]` is in the macro. It also works if I pull the `template` keyword out of the macro and put it...

These are the back/forward buttons on mice usually button numbers 8 and 9. I find it useful to map them to vim's back/forward actions ``/``

One of the missing features for nvim-gtk vs gvim is the ability to use the right-click context menu (vim calls it the "PopUp" menu, but it is unrelated to the...

## What, How & Why? The primary goal was to allow passing in lambdas that don't take an `exception_ptr`. I asked on #realm-sdk-team and the replies suggested doing the breaking...

cla: yes

Copying from https://github.com/mattgodbolt/compiler-explorer/issues/1618 **Describe the bug** `di(` is supposed to remove everything inside the innermost matching `()`, but sometimes (I don't know under what conditions) it deletes a `{}` block...