aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | vim-patch:9.1.0088: TextChanged not triggered for :norm! commands (#27405)zeertzjq2024-02-10
| * | | | | | | | | vim-patch:9.1.0084: Visual hl wrong when it ends before multibyte 'showbreak'...zeertzjq2024-02-10
| * | | | | | | | | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
| |/ / / / / / / /
| * / / / / / / / build: stop installing parser.h from treesitterdundargoc2024-02-09
| |/ / / / / / /
| * | | | | | | feat(tutor): add Japanese tutor #27268ite-usagi2024-02-08
| * | | | | | | fix(lsp): rename fails on missing parent directory #27291Tomasz N2024-02-08
| * | | | | | | Merge pull request #27391 from bfredl/arenarockbfredl2024-02-08
| |\ \ \ \ \ \ \
| | * | | | | | | refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
| * | | | | | | | feat(lsp): deprecate severity_limitLewis Russell2024-02-08
| * | | | | | | | docs(install): add more Linux install instructions #27350Robert O'Shea2024-02-08
| * | | | | | | | Revert "fixup! add benchmark"Lewis Russell2024-02-08
| * | | | | | | | fixup! add benchmarkLewis Russell2024-02-08
| * | | | | | | | refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi2024-02-08
| * | | | | | | | refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
| * | | | | | | | Merge pull request #27388 from zeertzjq/vim-9.1.0082zeertzjq2024-02-08
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq2024-02-08
| | * | | | | | | vim-patch:9.1.0082: Redrawing can be improved when deleting lines with 'curso...zeertzjq2024-02-08
| |/ / / / / / /
| * | | | | | | refactor(lsp): tidy up loggingLewis Russell2024-02-08
| * | | | | | | vim-patch:b8170143c8f8 (#27387)zeertzjq2024-02-08
| * | | | | | | feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
| * | | | | | | Merge pull request #27284 from bfredl/unkeydictbfredl2024-02-08
| |\ \ \ \ \ \ \
| | * | | | | | | refactor(generators): style of generating and generated lua dispatch codebfredl2024-02-08
| | * | | | | | | refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
| * | | | | | | | build(deps): bump libuv to v1.48.0Christian Clason2024-02-08
| |/ / / / / / /
| * | | | | | | Merge pull request #27379 from zeertzjq/vim-9.1.0080zeertzjq2024-02-08
| |\ \ \ \ \ \ \
| | * | | | | | | vim-patch:c9c2e2d2ff44zeertzjq2024-02-08
| | * | | | | | | vim-patch:partial:9.1.0080: unexpected error for modifying final list using +=zeertzjq2024-02-08
| |/ / / / / / /
| * | | | | | | fix(runtime): source c ftplugins in correct order (#27377)Maximilian Fricke2024-02-08
| * | | | | | | fix(lsp): set fallback client name properlyzeertzjq2024-02-08
| * | | | | | | refactor(lsp): move client code to a regular Lua classLewis Russell2024-02-07
| * | | | | | | perf: improve utf_char2cells() performance (#27353)VanaIgr2024-02-07
| * | | | | | | fix(event-loop): process input before events (#27358)zeertzjq2024-02-07
| * | | | | | | feat(treesitter): show root nodes in :InspectTree (#26944)altermo2024-02-06
| * | | | | | | fix(doc): prevent doxygen confusionLewis Russell2024-02-06
| * | | | | | | fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
| * | | | | | | ci(release): bump mac runner version to macos-12dundargoc2024-02-06
| * | | | | | | fix(lsp): send back diagnostic tags to the serverLewis Russell2024-02-06
| * | | | | | | vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
| * | | | | | | docs: small fixes (#27213)dundargoc2024-02-06
| * | | | | | | vim-patch:f7f33e3719c8Christian Clason2024-02-06
| * | | | | | | vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousesc...zeertzjq2024-02-06
| * | | | | | | test(tui_spec): prevent race between nvim_input and nvim_paste (#27356)zeertzjq2024-02-06
| * | | | | | | test: add test for 'foldcolumn' with cmdwin (#27355)zeertzjq2024-02-06
| * | | | | | | fix(tui): `space_buf` overflow when clearing screen (#27352)Sean Dewar2024-02-06
| * | | | | | | Merge pull request #27295 from wookayin/feat/inspecttreeGregory Anders2024-02-05
| |\ \ \ \ \ \ \
| | * | | | | | | test(treesitter): add test cases for inspect_treeJongwook Choi2024-02-05
| | * | | | | | | feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi2024-02-05
| |/ / / / / / /
| * / / / / / / fix(lsp): handle adjacent snippet tabstopsMaria José Solano2024-02-05
| |/ / / / / /
| * | | | | | Merge pull request #27328 from wookayin/fix/lsp-tagfuncLewis Russell2024-02-05
| |\ \ \ \ \ \
| | * | | | | | test(lsp): add test cases for vim.lsp.tagfuncJongwook Choi2024-02-03