]> git.gir.st - VimFx.git/commit
Provide `vim.state`
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 25 Jan 2015 18:09:49 +0000 (19:09 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 25 Jan 2015 18:09:49 +0000 (19:09 +0100)
commit42c95f719cb9d14affe62fb8b864a88fb2c63513
tree8386f94ff250d6d0fe52d5f15d06e66d9b5efa1c
parent1e75afbe396127808ea72d2626f564fcd58e4a32
Provide `vim.state`

Instead of just assigning random properties on `vim` objects (such as
`.blacklisted` and `.lastInteraction`) we now assign them to `vim.state`. This
way we can properly initialize those values when new `vim` objects are made, and
easily reset all of them when the URL changes (which means that the state
changes).
extension/lib/events.coffee
extension/lib/modes.coffee
extension/lib/vim.coffee
Imprint / Impressum