Commit 8cbb0e4
committed
Fixes #2021: Fix 'wrong-type-argument wholenump' in evil-line-move
When moving past the beginning of a buffer, evil-line-move can signal a
wrong-type-argument wholenump error. This occurs when the visual column
calculation results in a negative float for temporary-goal-column.1 parent 729d9a5 commit 8cbb0e4
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1255 | 1255 | | |
1256 | 1256 | | |
1257 | 1257 | | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1261 | 1262 | | |
1262 | 1263 | | |
1263 | 1264 | | |
| |||
0 commit comments