| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a67c2d3 commit 54e83c8
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1298,7 +1298,6 @@ def lsize(): | |||
| 1298 | 1298 | rows += 1 | |
| 1299 | 1299 | ||
| 1300 | 1300 | if rows + 2 >= max_h: | |
| 1301 | - rows = max_h - 2 | ||
| 1302 | 1301 | return False | |
| 1303 | 1302 | ||
| 1304 | 1303 | shared.rows = rows | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -236,7 +236,7 @@ def showtraceback(self): | |||
| 236 | 236 | l.insert(0, "Traceback (most recent call last):\n") | |
| 237 | 237 | l[len(l):] = traceback.format_exception_only(t, v) | |
| 238 | 238 | finally: | |
| 239 | - tblist = tb = None | ||
| 239 | + pass | ||
| 240 | 240 | ||
| 241 | 241 | self.writetb(l) | |
| 242 | 242 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1103,8 +1103,6 @@ def tab(self, back=False): | |||
| 1103 | 1103 | cw = self.current_string() or self.cw() | |
| 1104 | 1104 | if not cw: | |
| 1105 | 1105 | return True | |
| 1106 | - else: | ||
| 1107 | - cw = self.matches_iter.current_word | ||
| 1108 | 1106 | ||
| 1109 | 1107 | if self.matches_iter.is_cseq(): | |
| 1110 | 1108 | cursor, text = self.matches_iter.substitute_cseq() | |
| Back | FazBrowse Home | New Git URL |
0 commit comments