James Baumgarten

Results 6 issues of James Baumgarten

Changed implementation to recalculate the whole contents of `t:tabline_framework_buffer_list` whenever executing instead of trying to keep track of state. Cleaner, less error prone, and in practice seems to be perfectly...

I noticed while writing up a lab report the other night that vim-pandoc-syntax can slow vim down almost to a crawl on this file for some reason: https://gist.githubusercontent.com/jebaum/bebcb9e09560b4668cba/raw/83d7c1944e927bc19065267e42462a931b4f2a75/report.md It's not...

**What?** An enhancement to vim/neovim's built in text objects to include seeking forward and backward over multiple lines, and selecting context specific objects like function arguments, array entries, etc, as...

help wanted
idea

In addition to the workaround, I added a `silent!` to the `MoveSelectionDown()` function, as I couldn't see a good reason why it wasn't already there, and assumed it was an...

When in insert mode you can switch to normal mode for one command with C-o. Currently numbers.vim toggles to relative line numbers when hitting C-o from insert mode (since you're...

when using the `--import` option, it would be nice if location info from the ics file (if it's there) could be appended to the event description. without this I still...