lib/textbringer/commands/isearch.rb in textbringer-1.0.0 vs lib/textbringer/commands/isearch.rb in textbringer-1.0.1

- old
+ new

@@ -1,6 +1,4 @@ -# frozen_string_literal: true - module Textbringer module Commands ISEARCH_MODE_MAP = Keymap.new (?\x20..?\x7e).each do |c| ISEARCH_MODE_MAP.define_key(c, :isearch_printing_char)