Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.4k
Commit7f8faac
fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18205)
Use nvim_exec_autocmds to issue the DiagnosticChanged autocommand,rather than nvim_buf_call, which has some side effects when drawingstatuslines.(cherry picked from commit4a64ce1)Co-authored-by: Gregory Anders <greg@gpanders.com>1 parent0302c35 commit7f8faac
File tree
2 files changed
+21
-22
lines changed- runtime/lua/vim
- test/functional/lua
2 files changed
+21
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
679 | 675 | | |
680 | 676 | | |
681 | 677 | | |
| |||
1382 | 1378 | | |
1383 | 1379 | | |
1384 | 1380 | | |
1385 | | - | |
1386 | | - | |
1387 | | - | |
1388 | | - | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | | - | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
1393 | 1385 | | |
1394 | 1386 | | |
1395 | 1387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1939 | 1939 | | |
1940 | 1940 | | |
1941 | 1941 | | |
1942 | | - | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
1943 | 1948 | | |
1944 | | - | |
| 1949 | + | |
1945 | 1950 | | |
1946 | 1951 | | |
1947 | 1952 | | |
1948 | 1953 | | |
1949 | | - | |
| 1954 | + | |
1950 | 1955 | | |
1951 | 1956 | | |
1952 | 1957 | | |
1953 | 1958 | | |
1954 | | - | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
1955 | 1962 | | |
1956 | | - | |
| 1963 | + | |
1957 | 1964 | | |
1958 | 1965 | | |
1959 | | - | |
| 1966 | + | |
1960 | 1967 | | |
1961 | 1968 | | |
1962 | 1969 | | |
| |||
0 commit comments
Comments
(0)