diff options
Diffstat (limited to 'test/functional/plugin/lsp/utils_spec.lua')
-rw-r--r-- | test/functional/plugin/lsp/utils_spec.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/functional/plugin/lsp/utils_spec.lua b/test/functional/plugin/lsp/utils_spec.lua index 96d15820d4..2a7d877eb1 100644 --- a/test/functional/plugin/lsp/utils_spec.lua +++ b/test/functional/plugin/lsp/utils_spec.lua @@ -356,5 +356,15 @@ describe('vim.lsp.util', function() {1:~ }|*9 | ]]) + -- Entering window keeps lines concealed and doesn't end up below inner window size. + feed('<C-w>wG') + screen:expect([[ + | + ┌─────────┐{1: }| + │{100:^local}{101: }{102:foo}│{1: }| + └─────────┘{1: }| + {1:~ }|*9 + | + ]]) end) end) |