lib/textbringer/config.rb in textbringer-0.2.7 vs lib/textbringer/config.rb in textbringer-0.2.8
- old
+ new
@@ -11,10 +11,10 @@
buffer_dump_dir: File.expand_path("~/.textbringer/buffer_dump"),
mark_ring_max: 16,
global_mark_ring_max: 16,
window_min_height: 4,
syntax_highlight: true,
- highlight_buffer_size_limit: 102400,
+ highlight_buffer_size_limit: 1024,
shell_file_name: ENV["SHELL"],
shell_command_switch: "-c",
grep_command: "grep -nH -e",
fill_column: 70
}