Ming, Bai

Results 74 comments of Ming, Bai

I'm think of a major refactor for Vim8 and NeoVim to take advantage of the async jobs. Maybe this feature can be implemented too. But it's not happening soon because...

Implemented a working but slow version of search. check out this branch https://github.com/mbbill/undotree/tree/search

Would you mind be more specific about the steps to repro this bug? I can't fix it if I can't repro.

how about setting the flag g:fencview_autodetect to 0?

Well, it shold work. The au will be disabled if g:fencview_autodetect is 0 if g:fencview_autodetect exec 'au BufRead ' . g:fencview_auto_patterns . \' call s:EditAutoEncoding()' exec 'au BufWinEnter ' ....

Okay, I'll try to have a look into the issue. BTW, it's not completely disable the plugin by setting fencview_autodetect to 0, it just tell the script not to detect...

the tree should show up once you move the focus to the right side

I'm not exactly sure, but I guess it might be related to how VIM handles the 'previous window'.

that's some great suggestions, thanks! As for the example, when you are at state 37, you can press 'u' to go directly to the state 27 and you don't have...

sounds like an easy fix, feel free the send a PR