Files
neovim/test/functional
luukvbaal f6929ea51d fix(tabline): avoid memory leak in tabline click definitions (#21847)
Problem:    Memory is leaked in tabline click definitions since
            https://github.com/neovim/neovim/pull/21008.
Solution:   Add back a call to `stl_clear_click_defs()` that was lost in
            the refactor PR.
2023-01-17 09:51:01 +08:00
..
2023-01-09 17:11:39 +08:00
2023-01-10 18:49:57 +01:00
2023-01-16 23:56:56 +01:00