neovim/runtime/lua/vim
Quentin Rasmont 733b2e12b8 feat(treesitter): add opts.concat to query.get_text_node
As part of the upstream of utility functions from nvim-treesitter, this
option when set to false allows to return a table (downstream behavior).
Effectively making the switch from the downstream to the upstream
function much easier.
2022-08-25 18:01:14 +02:00
..
filetype vim-patch:partial: 48c3f4e0bff7 (#19684) 2022-08-09 10:43:28 +02:00
lsp docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813) 2022-08-17 12:39:38 +02:00
treesitter feat(treesitter): add opts.concat to query.get_text_node 2022-08-25 18:01:14 +02:00
_editor.lua docs: fix typos (#19588) 2022-08-03 09:47:16 +08:00
_init_packages.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
_meta.lua refactor(lua): reformat with stylua 0.14.0 (#19264) 2022-07-07 18:27:18 +02:00
compat.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
diagnostic.lua docs: fix typos (#19024) 2022-07-31 16:46:38 +08:00
F.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00
filetype.lua fix(filetype): only check first 100 and last line of buffer (#19819) 2022-08-19 19:30:35 +02:00
fs.lua refactor(lua): reformat with stylua 0.14.0 (#19264) 2022-07-07 18:27:18 +02:00
health.lua fix(checkhealth): skip vim.health #18816 2022-06-01 07:10:10 -07:00
highlight.lua refactor(lua): replace vim.cmd use with API calls (#19283) 2022-07-09 18:40:32 +02:00
inspect.lua fix(inspect): escape identifiers that are lua keywords (#19898) 2022-08-23 13:02:55 +02:00
keymap.lua docs(lua): clarify vim.keymap.set() opts (#19761) 2022-08-14 06:38:31 +08:00
lsp.lua docs(lsp): remove lsp.buf_request from docs (#19738) 2022-08-18 10:57:17 +02:00
shared.lua docs(lua): add Lua 5.1 reference manual (#19663) 2022-08-08 18:58:32 +02:00
treesitter.lua feat(treesitter): upstream is_parent() 2022-08-25 18:01:14 +02:00
ui.lua fix(vim.ui.input): accept nil or empty "opts" #19109 2022-06-28 02:53:15 -07:00
uri.lua chore: format runtime with stylua 2022-05-09 16:31:55 +02:00