aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/ex-mode/lib/global-ex-state.coffee
blob: be51b851b8218c460040f6c540f589e4c167f435 (plain)
1
2
3
4
5
class GlobalExState
  commandHistory: []
  setVim: (@vim) ->

module.exports = GlobalExState