David Barnett
David Barnett
`vim.replace_termcodes` seems to be broken when used on a vim client with a neovim.DecodeHook installed. It seems like it might be trying to double-decode input or something. An example from...
It would be great if vim could give you basic Kotlin syntax highlighting out-of-the-box. Any interest in sending a patch to add syntax into https://github.com/vim/vim/tree/master/runtime/syntax?
In most terminals when I click and drag with the mouse to highlight some text, it gets copied into the primary selection buffer so I can paste it with center-click....
We should figure out how to let users create their own contexts without building and installing a modified version of abominade (possibly without even writing code in some cases?). Some...
As I'm editing, I frequently get a long list of open buffers and gradually lose the ability to use the buffers list effectively. There's the Alt-C action to close all...
What steps will reproduce the problem? 1. Start a8 and open several terminals in different directories. 2. Drag terminal tabs into a different ordering. 3. Restart a8. What is the...
What steps will reproduce the problem? 1. Launch a8 with session saving enabled, and open a lot of files for editing. 2. Exit a8. 3. Re-launch a8. What is the...
Reported by [email protected], Apr 7, 2013 The 'argparse' package has been merged into Python in Python 2.7. This means that Python has a built-in 'argparse' module and there is no...
What steps will reproduce the problem? 1. Add `throw "BOOM"` to the top of your .vimrc 2. Launch a8 with sessions set to save 3. Open any file in the...
What steps will reproduce the problem? 1. Start a8 with session saving enabled 2. Enter visual mode 3. Type "/" and wait a few seconds Vim blanks out what you...