mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 19:55:04 -07:00
057606e845
diagnostic_lines() returns a table, so make the early exit condition an empty table rather than 'nil'. This way, functions that use the input from diagnostic_lines don't have to do a bunch of defensive nil checking and can always assume they're operating on a table. |
||
---|---|---|
.. | ||
vim | ||
man.lua |