Closed li-ruijie closed 7 years ago
by the way, there is a pure vimscript + python approach: https://gist.github.com/skywind3000/8eb41acd9d5175715694c765f92fa667
And I think it is possible to have a pure vimscript version since vimscript can call the user32.dll.
If you use python, it's NOT pure Vim script. It's just python.
Thank you.
yes, the linked version uses python.
I was saying that the way the various functions are invoked is through user32.dll. It is therefore possible to code up a purely vimscript version without using python although the python version seems quite elegant. It may also just be my inexperience with vimscript.
Simple edit to use the dll from plugin dir