Updated @there_was_non_movement code to use new method capitalization.

This commit is contained in:
Pistos 2009-07-07 16:07:26 -04:00
parent 9a9314cc82
commit ca9a3f8b02

View file

@ -324,7 +324,7 @@ module Diakonos
eval to_eval, nil, "eval"
@last_commands << to_eval unless to_eval == "repeat_last"
if ! @there_was_non_movement
@there_was_non_movement = !( /^((cursor|page|scroll)(Up|Down|Left|Right)|find)/ === to_eval )
@there_was_non_movement = !( /^((cursor|page|scroll)_(up|down|left|right)|find)/ === to_eval )
end
rescue Exception => e
debug_log e.message