Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.4k
Commit57a296d
authored
fix(inccommand): avoid crash if callback changes inccommand option (#18830)
clang: Result of operation is garbage or undefinedclang: Uninitialized argument valueAlso check for == 's' instead of != 'n' as it is more straightforward.Also fix another unrelated PVS warning:PVS/V1071: Return value of win_comp_pos() is not always used1 parent209824c commit57a296d
File tree
4 files changed
+23
-5
lines changed- src/nvim
- test/functional/ui
4 files changed
+23
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5872 | 5872 | | |
5873 | 5873 | | |
5874 | 5874 | | |
5875 | | - | |
| 5875 | + | |
5876 | 5876 | | |
5877 | 5877 | | |
5878 | 5878 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2413 | 2413 | | |
2414 | 2414 | | |
2415 | 2415 | | |
| 2416 | + | |
2416 | 2417 | | |
2417 | 2418 | | |
2418 | 2419 | | |
| |||
2433 | 2434 | | |
2434 | 2435 | | |
2435 | 2436 | | |
2436 | | - | |
| 2437 | + | |
2437 | 2438 | | |
2438 | 2439 | | |
2439 | 2440 | | |
| |||
2456 | 2457 | | |
2457 | 2458 | | |
2458 | 2459 | | |
2459 | | - | |
| 2460 | + | |
2460 | 2461 | | |
2461 | 2462 | | |
2462 | 2463 | | |
| |||
2470 | 2471 | | |
2471 | 2472 | | |
2472 | 2473 | | |
2473 | | - | |
| 2474 | + | |
2474 | 2475 | | |
2475 | 2476 | | |
2476 | 2477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6678 | 6678 | | |
6679 | 6679 | | |
6680 | 6680 | | |
6681 | | - | |
| 6681 | + | |
6682 | 6682 | | |
6683 | 6683 | | |
6684 | 6684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
339 | 356 | | |
0 commit comments
Comments
(0)