mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00

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.