nvim-lspconfig/test
Emilio Ziniades 7384e7149e
fix: util.root_pattern prioritises pattern order (#2885)
* fix: util.root_pattern prioritises pattern order

Instead of traversing the filesystem upwards once and
returning the first match of all the patterns, it traverses
the filesystem upwards once for each pattern. This means
that the order of the patterns provided matters, and the
highest priority patterns should be put first. Also updated
corresponding tests.

* docs: update util.root_pattern description
2023-11-18 15:40:13 +08:00
..
test_dir test: add some test cases util functions 2020-05-21 17:15:44 +09:00
lspconfig_spec.lua fix: util.root_pattern prioritises pattern order (#2885) 2023-11-18 15:40:13 +08:00
minimal_init.lua feat: rename sumneko_lua -> lua_ls (#2439) 2023-02-12 10:30:20 +08:00