aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/buffer_updates_spec.lua
diff options
context:
space:
mode:
authorruniq <patrice.peterson@mailbox.org>2021-02-04 12:35:17 +0100
committerGitHub <noreply@github.com>2021-02-04 12:35:17 +0100
commit94cf7bba008ff0c36828565a408b7ef79203e069 (patch)
treed7fb3275b7d5ec67183a90ffa770250faa5101c6 /test/functional/lua/buffer_updates_spec.lua
parentb96db38af184b1a271c88a4c89e709ce32143514 (diff)
downloadrneovim-94cf7bba008ff0c36828565a408b7ef79203e069.tar.gz
rneovim-94cf7bba008ff0c36828565a408b7ef79203e069.tar.bz2
rneovim-94cf7bba008ff0c36828565a408b7ef79203e069.zip
lsp: Fix pumvisible() check introduced in #12900 (#13866)
`pumvisible()` returns a number, and numbers are always `true` in Lua, so the return value needs to be checked explicitly. Using https://github.com/neovim/neovim/pull/12900 as context, it appears the intention was to move into the `if` branch when the completion popup is not shown (i.e. `vim.fn.pumvisible() == 0`).
Diffstat (limited to 'test/functional/lua/buffer_updates_spec.lua')
0 files changed, 0 insertions, 0 deletions