ex-mode/lib/global-ex-state.coffee
2015-03-21 19:02:00 +01:00

5 lines
93 B
CoffeeScript

class GlobalExState
commandHistory: []
setVim: (@vim) ->
module.exports = GlobalExState