aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/vim-mode/lib/global-vim-state.coffee
blob: acda507585d689e1a776a75632e6d8efa4e99e2e (plain)
1
2
3
4
5
6
module.exports =
class GlobalVimState
  registers: {}
  searchHistory: []
  currentSearch: {}
  currentFind: null