neovim/runtime/lua
Gregory Anders 057606e845
fix(diagnostic): don't return nil when callers expect a table (#15765)
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.
2021-09-23 08:23:57 -07:00
..
vim fix(diagnostic): don't return nil when callers expect a table (#15765) 2021-09-23 08:23:57 -07:00
man.lua man.vim: Handle ANSI escape sequences with ":" #10267 2019-06-30 15:25:49 +02:00