lib/textbringer/commands/dabbrev.rb in textbringer-1.0.1 vs lib/textbringer/commands/dabbrev.rb in textbringer-1.0.2

- old
+ new

@@ -89,10 +89,10 @@ end using DabbrevExtension module Commands - GLOBAL_MAP.define_key("\e/", :dabbrev_expand_command) + GLOBAL_MAP.define_key("\M-/", :dabbrev_expand_command) define_command(:dabbrev_expand_command) do contd = Controller.current.last_command == :dabbrev_expand_command Buffer.current.dabbrev_expand(contd) end