Results 48 issues of Jaehwang Jung

Configuration (tested on latest nvim/vim): ```vim omap f Sneak_f ``` Buggy cases: * cursor on `q`, run `dfy` ``` qwerty ``` * expected: ``` ``` * actual behavior: the target...

f1eb049319bffdda94c5cfeb5c40b603ee9e529f (fix for #177) broke operator-pending mode f when the target is on eol/eof (#291). Revert that commit in order to fix #291, and introduce an alternative fix for #177:...

Since an SC fence is issued when obtaining the guard, try_advance doesn't need to issue another fence ~~if it uses the guard's local epoch for advancing the global epoch~~. `cargo...

crossbeam-epoch

Some languages use markdown style fenced code block for documenting examples. Current pattern for mkdCodeEnd breaks that. Current: ![image](https://user-images.githubusercontent.com/19489738/94511383-17848000-0254-11eb-9393-2f1e10b345ad.png) Fixed: ![image](https://user-images.githubusercontent.com/19489738/94511392-1e12f780-0254-11eb-9261-f27dbf2ccb09.png)

Handle characters such that len(c)>2 and strdisplaywidth(c)=2. **Current (buggy)** (with `g:vim_markdown_folding_style_pythonic == 1`) ![image](https://user-images.githubusercontent.com/19489738/91982074-b062d100-ed64-11ea-94a4-a79f96fc7abe.png) On line 15, I typed two Korean characters whose `len` is 3 and `strdisplaywidth` is 2....

Synchronous commands (e.g. `CoqGotoDef`, `CoqStop`, ..) cannot be interrupted. This is usually not a problem, but can be frustrating in some cases. For example, if I run `CoqToLine` to the...

enhancement
help wanted
async

discussion: https://github.com/nvim-lua/lsp-status.nvim/pull/58#discussion_r664392740