Tyler Mandry

Results 104 issues of Tyler Mandry

`mkview` creates a script which calls `doautoall SessionLoadPost` without setting `g:SessionLoad`. When run with `loadview`, this can cause problems because we are loading and saving to a session at the...

If I have multiple buffer tabs open, sometimes `:mkview` followed by `:loadview` makes one or more tabs (not the current one) disappear. It seems to matter which buffer is active...

In this context I'm trying to disable wintabs in [goyo](https://github.com/junegunn/goyo.vim). I would expect the steps in the title would cause the wintabs to disappear, but they remain. This is minor...

I wanted to change the format of buffer labels beyond the format string you've defined, but this required duplicating a chunk of code in my vimrc to get back the...

It would be very useful if we could use cpp_demangle in signal handlers, where allocation is not allowed, for handling things like segfaults and aborts in C++ code. This is...

It’s likely that all property reads and many writes will be done without promises. We can “split” the API into promise and non-promise based further up in the chain, to...

enhancement
question
breaking-change

0.1.0 will be the first version actually published on Cocoapods. Need to add something to the README about adding it to your Podfile.

docs

Based on discussion in #44. Trace the performance of this function and/or just move it to another thread. Since we still have to invoke the Swindler event on the main...

performance