Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.4k
Commitea9dcc2
committed
fix(tabpage): check if ROWS_AVAIL changed for resize
N/A patches for version.c:vim-patch:9.0.0135: comment about tabpage line above the wrong codeProblem: Comment about tabpage line above the wrong code.Solution: Move the comment. (closesvim/vim#10836)vim/vim@0b0ccbb1 parent8ce7e74 commitea9dcc2
File tree
3 files changed
+59
-16
lines changed- src/nvim
- test/functional/editor
3 files changed
+59
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
960 | 959 | | |
961 | 960 | | |
962 | 961 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4293 | 4293 | | |
4294 | 4294 | | |
4295 | 4295 | | |
4296 | | - | |
| 4296 | + | |
4297 | 4297 | | |
4298 | 4298 | | |
4299 | 4299 | | |
| |||
4333 | 4333 | | |
4334 | 4334 | | |
4335 | 4335 | | |
4336 | | - | |
4337 | | - | |
4338 | | - | |
4339 | | - | |
| 4336 | + | |
4340 | 4337 | | |
4341 | 4338 | | |
4342 | 4339 | | |
| |||
4349 | 4346 | | |
4350 | 4347 | | |
4351 | 4348 | | |
4352 | | - | |
| 4349 | + | |
| 4350 | + | |
| 4351 | + | |
4353 | 4352 | | |
4354 | 4353 | | |
4355 | 4354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
56 | 101 | | |
57 | 102 | | |
58 | 103 | | |
| |||
0 commit comments
Comments
(0)