Commit 3e5a9b7
Fix vterm--remove-fake-newlines when in an empty buffer
When the buffer is empty,
(get-text-property (1- (point)) 'vterm-line-wrap)
throws an error.
This situation happens when the empty string is passed as argument to
`vterm--filter-buffer-substring`.1 parent 990cc18 commit 3e5a9b7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1789 | 1789 | | |
1790 | 1790 | | |
1791 | 1791 | | |
| 1792 | + | |
1792 | 1793 | | |
1793 | 1794 | | |
1794 | 1795 | | |
| |||
0 commit comments