Fix #874 and issues which is not reported but definitely exists.
Related #873
Now when outer-vmp command modify selection, vmp catch this selection change and start visual-mode accordingly.
But this approach is the one I've tried to avoid because editor.onDidchange is too frequently fired event, and if I'm not careful it can cause infinite loop.
Anyway I cannot find better approach than this for now, so will go this approach!.
Fix #874 and issues which is not reported but definitely exists. Related #873
Now when outer-vmp command modify selection, vmp catch this selection change and start
visual-mode
accordingly.But this approach is the one I've tried to avoid because
editor.onDidchange
is too frequently fired event, and if I'm not careful it can cause infinite loop.Anyway I cannot find better approach than this for now, so will go this approach!.