aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | fix(treesitter): disable folding in inspect_tree() (#22885)Lewis Russell2023-04-04
* | refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell2023-04-04
* | fix(treesitter): use capture metadata range if exists danilax9992023-04-04
* | build(deps): bump tree-sitter to v0.20.8 (#22882)Christian Clason2023-04-04
* | fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
* | build(windows): work around luarocks not finding its own md5sumdundargoc2023-04-03
* | vim-patch:9.0.1438: .fs files are falsely recognized as forth files (#22871)Christian Clason2023-04-03
* | Merge pull request #22847 from luukvbaal/redrstatusbfredl2023-04-03
|\ \
| * | fix(ui): ruler is not redrawn in cmdline with redrawstatusLuuk van Baal2023-04-02
* | | build(deps): bump tree-sitter-vimdoc to v2.0.0 (#22870)Christian Clason2023-04-03
* | | Merge pull request #22783 from luukvbaal/inspectbfredl2023-04-03
|\ \ \
| * | | refactor(lua): get all marks instead of iterating over namespacesLuuk van Baal2023-04-02
| |/ /
* | | fix(test): fix C imports on macOS arm64Jay2023-04-03
* | | vim-patch:9.0.1439: start Insert mode when accessing a hidden prompt buffer (...zeertzjq2023-04-03
| |/ |/|
* | feat(packaging): add start menu and desktop shortcuts on WindowsAlexandre Teoi2023-04-02
* | ci: update reviewersdundargoc2023-04-02
* | refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
|/
* Merge pull request #22844 from luukvbaal/stlrecordingbfredl2023-04-02
|\
| * fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01
* | Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
|\ \
| * | feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* | | refactor: remove char_u (#22829)dundargoc2023-04-02
* | | Merge pull request #22832 from clason/bump-LuvChristian Clason2023-04-01
|\ \ \
| * | | docs(luvref): update to version bumpChristian Clason2023-04-01
| * | | build(deps): bump Luv to HEAD - 093a977b8Christian Clason2023-04-01
* | | | feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders2023-04-01
* | | | fix(health): stop using deprecated ts.language.inspect_language() (#22850)Sizhe Zhao2023-04-01
* | | | Merge pull request #22837 from clason/ts-syncChristian Clason2023-04-01
|\ \ \ \
| * | | | docs(treesitter): add query injectionsChristian Clason2023-04-01
| * | | | refactor(treesitter)!: rename help parser to vimdocChristian Clason2023-04-01
| * | | | fix(treesitter): update queries from nvim-treesitterChristian Clason2023-04-01
| * | | | fix(tests): adapt treesitter/highlight_spec priority testChristian Clason2023-04-01
| * | | | build(deps): bump tree-sitter-viml to HEADChristian Clason2023-03-31
| | |_|/ | |/| |
* | | | vim-patch:9.0.1434: crash when adding package already in 'runtimepath' (#22849)zeertzjq2023-04-01
* | | | refactor: use bool type for global variables (#22842)ii142023-04-01
* | | | refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
|/ / /
* | | refactor(loader): cache hash informationLewis Russell2023-03-31
* | | fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* | | fix(diagnostic): use correct field name for tags (#22835)Akin2023-03-31
* | | fix(loader): disable profiling by defaultLewis Russell2023-03-31
|/ /
* | fix(filetype): make recursive work...again (#22826)Lewis Russell2023-03-30
* | feat(diagnostic): add support for tagsLewis Russell2023-03-30
* | Merge pull request #22791 from lewis6991/refactor/loadermiscLewis Russell2023-03-30
|\ \
| * | refactor(loader): simplify tracking logicLewis Russell2023-03-26
| * | feat(vim.fs): improve normalizeLewis Russell2023-03-26
| * | refactor(loader): add typing for package.loadersLewis Russell2023-03-26
| * | refactor(loader): remove BufWritePost autocmdLewis Russell2023-03-26
| * | refactor(loader): use vim.fsLewis Russell2023-03-26
| |/
* | fix(autocmd): handle recursion for force set (#22820)Lewis Russell2023-03-30
* | feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell2023-03-30