aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | 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
| * | | | | | fix(filetype): avoid recursive FileType autocmds (#22813)Lewis Russell2023-03-29
| * | | | | | build(deps): switch to Launchpad for libvterm and libtermkey (#22811)Christian Clason2023-03-29
| * | | | | | vim-patch:9.0.1430: Livebook files are not recognized (#22808)Christian Clason2023-03-29
| * | | | | | fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
| * | | | | | Merge pull request #22759 from dundargoc/build/wintoolsdundargoc2023-03-28
| |\ \ \ \ \ \
| | * | | | | | build: download wintools executables separatelydundargoc2023-03-28
| | * | | | | | build: drop curl.exe on Windowsdundargoc2023-03-28
| |/ / / / / /
| * / / / / / vim-patch:9.0.1429: invalid memory access when ending insert mode (#22792)zeertzjq2023-03-27
| |/ / / / /
| * | | | | feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
| * | | | | test: fix flaky watchfiles tests (#22637)Jon Huhn2023-03-26
| * | | | | test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
| * | | | | vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)zeertzjq2023-03-26
| * | | | | fix: snprintf buffer overflow detected by -D_FORTIFY_SOURCE=3 (#22780)Andreas Schneider2023-03-26
| * | | | | Merge pull request #22762 from bfredl/hl2ctermbfredl2023-03-25
| |\ \ \ \ \
| | * | | | | fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
| * | | | | | feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
| * | | | | | feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro2023-03-25
| * | | | | | docs(test): using cmake directly (without make) #22781dundargoc2023-03-25
| * | | | | | docs: how to debug TUI using gdb/lldb #22771Ryan Jenkins2023-03-25
| * | | | | | fix(lsp): add missing silent check in lsp hover handler (#22763)Micah Halter2023-03-25
| * | | | | | docs: more details about vim.region (#21116)Jakub Łuczyński2023-03-25
| * | | | | | refactor(PVS/V1048): remove duplicated assignments (#21873)Lucas Merritt2023-03-25
| * | | | | | vim-patch:9.0.1426: indent wrong after "export namespace" in C++ (#22777)zeertzjq2023-03-25
| * | | | | | fix(treesitter): add missing deprecateLewis Russell2023-03-24
| * | | | | | feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
| * | | | | | vim-patch:9.0.1425: "wat" and "wast" files are one filetype (#22774)Christian Clason2023-03-24
| * | | | | | build: set CMAKE_C_STANDARD to 99 for all dependenciesdundargoc2023-03-24
| * | | | | | ci: use "ci" as the commit type for dependabot updatesdundargoc2023-03-24
| * | | | | | build(deps): bump actions/stale from 7 to 8dependabot[bot]2023-03-23
| * | | | | | ci(labeler): don't automatically add "lua" label (#22765)zeertzjq2023-03-23
| * | | | | | build(win): export extern symbols for use in FFI #22756luukvbaal2023-03-23
| * | | | | | fix(treesitter): annotationsLewis Russell2023-03-23
| |/ / / / /
| * | | | | feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23