mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
fix(lua): memory leak when using invalid syntax with exists() (#26530)
This commit is contained in:
@@ -639,9 +639,7 @@ t2]])
|
||||
{1:│}t1 |
|
||||
{1:│}^ |
|
||||
{1:+}{2:+-- 2 lines: # h2·····················}|
|
||||
{3:~ }|
|
||||
{3:~ }|
|
||||
{3:~ }|
|
||||
{3:~ }|*3
|
||||
{4:-- INSERT --} |
|
||||
]]}
|
||||
|
||||
@@ -656,10 +654,7 @@ t2]])
|
||||
{1:-}^t1 |
|
||||
{1:-}# h2 |
|
||||
{1:│}t2 |
|
||||
{3:~ }|
|
||||
{3:~ }|
|
||||
{3:~ }|
|
||||
{3:~ }|
|
||||
{3:~ }|*4
|
||||
1 line less; before #2 {MATCH:.*}|
|
||||
]]}
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user