lib/textbringer/config.rb in textbringer-0.1.8 vs lib/textbringer/config.rb in textbringer-0.1.9

- old
+ new

@@ -7,10 +7,11 @@ default_file_format: :unix, tab_width: 8, indent_tabs_mode: false, case_fold_search: true, buffer_dump_dir: File.expand_path("~/.textbringer/buffer_dump"), - tag_mark_limit: 16, + mark_ring_max: 16, + global_mark_ring_max: 16, window_min_height: 4, syntax_highlight: true, highlight_buffer_size_limit: 102400, shell_file_name: ENV["SHELL"], shell_command_switch: "-c",