Results 2 issues of Andrew Warner

Previously the following markup: ``` html Hello world ``` would get converted into the markdown: ``` _hello world_ ``` which is incorrect. Both lines should be surrounded with underscores. This...

There seems to be some kind of conflict with bufkill.vim, triggered by doing something like: - "mvim ." in some project - :Btabedit somegem - :bd: or :q or anything...