We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100735d commit 2c683fcCopy full SHA for 2c683fc
bpython/curtsiesfrontend/repl.py
@@ -1154,7 +1154,7 @@ def toggle_file_watch(self):
1154
def add_normal_character(self, char, narrow_search=True):
1155
if len(char) > 1 or is_nop(char):
1156
return
1157
- if self.incr_search_mode and narrow_search:
+ if self.incr_search_mode:
1158
self.add_to_incremental_search(char)
1159
else:
1160
self._set_current_line(
0 commit comments