lib/constants.rb in markdown_exec-2.0.6 vs lib/constants.rb in markdown_exec-2.0.7
- old
+ new
@@ -48,9 +48,10 @@
CONTINUE = :continue
EDIT = :edit
EXIT = :exit
LOAD = :load
SAVE = :save
+ SHELL = :shell
VIEW = :view
end
# a struct to hold the data for a single line
NestedLine = Struct.new(:text, :depth) do