neovim/runtime/lua/vim
Andy Lindeman 986bed2329 Check for nil before checking for empty table
At least the `gopls` language server seems to return nil/null if no code
actions are available. Currently this results in an error:

> Error executing vim.schedule lua callback: shared.lua:199: Expected table, got nil
2020-05-15 21:34:28 -04:00
..
lsp Check for nil before checking for empty table 2020-05-15 21:34:28 -04:00
compat.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
inspect.lua lua: metatable for empty dict value 2020-01-01 19:26:29 +01:00
lsp.lua lsp: add workspace/symbol (#12224) 2020-05-02 17:56:05 +02:00
shared.lua lua: allow deepcopy of functions (#12136) 2020-04-19 01:04:37 +02:00
treesitter.lua treesitter: unknown predicates always match #12173 2020-04-30 22:43:30 -07:00
tshighlighter.lua treesitter: redraw on changed query 2020-02-26 19:39:02 +01:00
uri.lua LSP: Avoid URI-to-fname conversion for non-file URIs #12243 2020-05-04 20:06:40 -07:00