neovim/runtime/lua/vim
Lewis Russell be0461e3c2
fix(treesitter): is_in_node_range (#22582)
TS ranges are end column exclusive, so fix is_in_node_range
to account for that.
2023-03-08 23:45:43 +00:00
..
filetype feat(filetype): fall back to file extension when matching from hashbang (#22140) 2023-02-13 16:04:16 -07:00
lsp fix(lsp): change LspTokenUpdate to use buffer instead of pattern (#22559) 2023-03-07 17:35:12 +01:00
treesitter Revert "refactor(treesitter): delegate region calculation to treesitter" (#22575) 2023-03-08 17:59:45 +00:00
_editor.lua feat(lua): omnifunc for builting lua interpreter 2023-03-06 23:12:21 +01:00
_init_packages.lua refactor(vim.version): cleanup 2023-03-06 14:51:56 +01:00
_inspector.lua feat(lsp)!: add rule-based sem token highlighting (#22022) 2023-03-06 19:03:13 +01:00
_meta.lua fix: vim.opt_local:append ignoring global option value (#21382) 2022-12-12 15:14:50 +00:00
_watch.lua feat(lsp): implement workspace/didChangeWatchedFiles (#22405) 2023-03-05 07:52:27 +01:00
diagnostic.lua docs(diagnostic): number → integer (#22512) 2023-03-04 13:06:20 +00:00
F.lua docs(docstrings): fix runtime type annotations 2022-10-05 15:25:03 +02:00
filetype.lua vim-patch:9.0.1395: Odin files are not recognized (#22580) 2023-03-09 00:19:18 +01:00
fs.lua feat(vim.fs): pass path to find() predicate, lazy evaluate #22378 2023-03-01 08:51:22 -08:00
health.lua health: migrate to Lua #21661 2023-01-16 01:55:24 -08:00
highlight.lua docs(highlight): fix type annotations (#22272) 2023-03-04 17:47:30 +01:00
inspect.lua fix(inspect): escape identifiers that are lua keywords (#19898) 2022-08-23 13:02:55 +02:00
keymap.lua docs: naming conventions, guidelines 2023-02-22 16:23:49 +01:00
lsp.lua docs(lsp): change type annotations from number → integer (#22510) 2023-03-07 07:17:52 +01:00
secure.lua fix(secure): crash when hitting escape in prompt (#21283) 2022-12-05 11:59:04 -07:00
shared.lua docs(lua): number → integer (#22517) 2023-03-04 13:07:39 +00:00
treesitter.lua fix(treesitter): is_in_node_range (#22582) 2023-03-08 23:45:43 +00:00
ui.lua docs: naming conventions, guidelines 2023-02-22 16:23:49 +01:00
uri.lua docs(uri): number → integer (#22515) 2023-03-04 13:05:16 +00:00
version.lua fix(vim.version): incorrect version.cmp() 2023-03-06 15:36:25 +01:00