I upgrade ST3 to build3020 just to check if some crash problems I encountered has been fixed under Windows 7 X64, unfortunately a problem with Vintage plugin still exists.
Here is the problem that could be reproduced under Windows 7 X64.
1. Create a new file.
2. Switch to `Insert Mode` and type some words like `hello world`.
3. Return back to `Normal Mode` and make sure the cursor positioned at the word `world`, then execute `daw` to delete it, and boom the window freezed.
Just to compare, if I execute the `diw` command, it works fine. If `daw` or `diw` acted on the word `hello`, it works fine too.
Here is my result:
If you delete the last word of the last line by execute `daw` command, then congratulations, you get into trouble.
By inpecting the task manager, I found I've got a high CPU Usage caused by `sublime_plugin.exe` processes.
I don't know if this problem could be reproduced on other system environment, but hopefully this problem can be fixed anyhow.