Results 5 issues of 1wsx10

consider the scenario: `return true;` your cursor is somewhere on `true` and you use `vaw`. default vim selects `true` and the prior space, this plugin just selects `true`. it seems...

ok so there are two things i have noticed. thing 1: ``` asdf_ ^ cursor ``` `cw` here will change up to the underscore. default vim `cw` will change up...

this overwrites all `TabEnter` and `VimResized` autocommands. put in a suckless augroup to make it only overwrite its own autocommands.

close! hides the window if it is modified. (terminal windows count as modified) this avoids the `E948: Job still running (add ! to end the job)` message.

I would like to know what the fix in the src is, so that I can make the same fix in an older version of modloader. The only commit is...