Michael Henry
Michael Henry
When using the pair of characters `├─` (as generated by the Linux `tree` command, for example), there is a small mis-match where the horizontal lines meet in the Hack 14-point...
The function `xolox#misc#os#is_mac()` uses Vim's `system()` function to invoke `uname` for platform detection. By default, Vim's `system()` function sets the terminal to "cooked" mode during execution of the external program....
This fixes literal block highlighting as explained in the ticket's example below: - A bullet with literal following:: Correctly highlighted literal Incorrectly highlighted as literal Correctly unhighlighted. I've been using...
Literal block highlighting extends too far when the block is contained within a bullet, e.g.: ``` - A bullet with literal following:: Correctly highlighted literal Incorrectly highlighted as literal Correctly...
I'd like Neovim to automatically detect `pynvim` even when it has been installed in its own virtual environment. Finding the python interpreter executable associated with `pynvim` can be problematic when...
### Description When using `:Telescope buffers` to switch to a buffer, Telescope doesn't wait for all filtering keys to be processed before acting on the `` key. Especially on a...
Thanks for writing such a useful book to go along with `bitvec`. It's very well written and makes for enjoyable reading. Below is a diff showing a few minor changes....
As of Konsole version 18.08, xterm-style cursor escape sequences are supported[^1]. If `KONSOLE_VERSION` set set to `180800` or later, use xterm-style sequences instead of cursorshape sequences for Konsole; this allows...