Matthew Boehm

Results 15 issues of Matthew Boehm

I recently updated my vimrc to use sneak's versions of f/t: let g:sneak#s_next = 1 map f Sneak_f map F Sneak_F map t Sneak_t map T Sneak_T However, if I...

bug
help-wanted
blocked

**Parsing or Formatting?** - [ ] Formatting - [x] Parsing **Is your feature request related to a problem? Please describe.** A coworker and I just spent some time debugging their...

enhancement

While in an Unstack tab with signs, execute the following: ``` :tab sp :tabprev :tabclose ``` The tab that was split still shows a sign in it. Calling `refresh!` does...

bug

readme should be a markdown file and contents should be updated.

Right now, one can only globally set `g:accordion_mode` to `"h"` or `"v"`. Ideally, there would be a way to override the global setting for a specific tab, so that one...

If you have a lot of vsplits, you lose a lot of space to ugly padding. Find a way to get rid of this padding or to swap buffers so...

enhancement
hard
maybe

``` :AccordionAll 5 :Accordion 3 :AccordionStop ``` What should this do? Presumably this should remove the local setting but still apply the global limit of 5. Right now it does...

bug

I need to add some sort of automated test suite, as smoke tests keep missing certain edge cases.

When you make a session with `:mksession`, it does not save the t: or g: variables used by accordion to track the size. When you reload a session that had...

bug
maybe