neovim/test/functional
Mathias Fußenegger 554b21261e
lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)
* LSP: Add tests & use nvim_buf_get_lines in locations_to_items

This is to add support for cases where the server returns a URI in the
locations that does not have a file scheme but needs to be loaded via a
BufReadCmd event.

* LSP: Don't iterate through all lines in locations_to_items

* fixup! LSP: Don't iterate through all lines in locations_to_items

* fixup! fixup! LSP: Don't iterate through all lines in locations_to_items

* fixup! fixup! fixup! LSP: Don't iterate through all lines in locations_to_items
2020-06-30 11:48:04 -04:00
..
api Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueue 2020-06-08 16:52:56 +02:00
autocmd Add v:event.visual during TextYankPost (#12382) 2020-06-03 10:51:25 -04:00
cmdline doc: fix typos 2019-11-27 22:47:25 -08:00
core vim-patch:8.0.1554: custom plugins loaded with --clean 2020-06-18 18:01:41 -04:00
eval Merge pull request #12455 from janlazo/vim-8.0.1554 2020-06-22 22:40:33 +02:00
ex_cmds vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places 2020-06-18 18:01:43 -04:00
fixtures test/LSP: assert contents of log file 2020-02-16 22:09:28 -08:00
insert edit.c: Ensure undo sync when emulating <Esc>x #11706 2020-01-12 17:09:39 -08:00
legacy vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg() 2020-06-04 20:52:53 -04:00
lua treesitter: use single nodes in set_ranges 2020-06-29 23:32:49 +02:00
normal lua: move test helper function, map and filter, to vim.shared module 2020-02-18 17:43:10 +09:00
options vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places 2020-06-18 18:01:43 -04:00
plugin lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357) 2020-06-30 11:48:04 -04:00
provider test: rewrite to multiple arguments 2020-06-01 00:10:17 +09:00
shada shada: initialize jumplist before search pattern (#10964) 2019-09-07 18:02:29 -07:00
terminal terminal: preserve mode when using <Cmd>wincmd in terminal mode (#12254) 2020-06-22 23:22:58 +02:00
ui api/ui: simplify popup menu position get/set logic; fix test 2020-04-28 01:54:16 +08:00
viml tests: adjust to latest Vim patches 2019-05-05 14:05:25 +02:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua lua: move test helper function, map and filter, to vim.shared module 2020-02-18 17:43:10 +09:00
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00