Michael Henry

Results 4 issues of 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...