aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | Merge pull request #26813 from VanaIgr/screen-pos-speedupzeertzjq2024-01-22
| |\ \ \ \ \ \ \
| | * | | | | | | docs(news): expand the list of performance improvementsVanaIgr2024-01-22
| | * | | | | | | perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
| | * | | | | | | perf: don't decode utf8 character multiple times in getvcol()VanaIgr2024-01-22
| | * | | | | | | perf: remove loop for computing last position in getvcol()VanaIgr2024-01-18
| | * | | | | | | perf: cache breakindent/showbreak width in win_lbr_chartabsizeVanaIgr2024-01-18
| | * | | | | | | test: add screenpos() benchmarksVanaIgr2024-01-18
| | |/ / / / / /
| * | | | | | | test(core/channel_spec): fix lint failurezeertzjq2024-01-22
| * | | | | | | test(core/channels_spec): fix variable namezeertzjq2024-01-22
| * | | | | | | fix(rpc): assertion failure due to invalid msgpack inputnwounkn2024-01-21
| * | | | | | | build: create BINARY_LIB_DIR directory before adding parserdundargoc2024-01-22
| * | | | | | | fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq2024-01-22
| * | | | | | | build: fix parser installation locationdundargoc2024-01-21
| * | | | | | | feat(vim.version): add `vim.version.le` and `vim.version.ge`Jongwook Choi2024-01-21
| * | | | | | | vim-patch:9.1.0042: Missing test for Chuck FiletypeChristian Clason2024-01-21
| * | | | | | | vim-patch:27a4632af675Christian Clason2024-01-21
| * | | | | | | feat(treesitter)!: new standard capture namesChristian Clason2024-01-21
| * | | | | | | fix(lsp): clean up duplicate and unused meta type annotationsJongwook Choi2024-01-20
| * | | | | | | build: create separate targets for nvim with and without runtime filesdundargoc2024-01-20
| * | | | | | | ci: bump cache action to version 4dundargoc2024-01-20
| * | | | | | | feat(api): support getting abbreviations (#26868)Raphael2024-01-20
| * | | | | | | feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
| * | | | | | | fix(vim.deprecate): show deprecation warning in devel versions as wellJongwook Choi2024-01-19
| * | | | | | | refactor(lua): refactored globaltermo2024-01-19
| * | | | | | | Merge pull request #27061 from luukvbaal/extmarkbfredl2024-01-19
| |\ \ \ \ \ \ \
| | * | | | | | | refactor(extmarks): remove unused new pos from ExtmarkSavePosLuuk van Baal2024-01-18
| | * | | | | | | docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18
| | * | | | | | | fix(extmarks): do not remove invalid marks from decor upon deletionLuuk van Baal2024-01-17
| * | | | | | | | docs(INSTALL.md): remove update-alternatives instructions (#27060)Junghyeon Park2024-01-19
| | |/ / / / / / | |/| | | | | |
| * | | | | | | fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2024-01-19
| * | | | | | | Merge pull request #27079 from lewis6991/winline_rfcLewis Russell2024-01-18
| |\ \ \ \ \ \ \
| | * | | | | | | refactor(drawline): get_rightmost_vcol()Lewis Russell2024-01-18
| | * | | | | | | refactor(drawline): add more constsLewis Russell2024-01-18
| | * | | | | | | refactor(drawline): localise more variables in win_line()Lewis Russell2024-01-18
| | * | | | | | | refactor(drawline): more win_line() improvementsLewis Russell2024-01-18
| * | | | | | | | fix(treesitter): validate language alias for injectionsChristian Clason2024-01-18
| |/ / / / / / /
| * | | | | | | docs(vim.iter): correct `bool` to `boolean` (#27018)notomo2024-01-18
| * | | | | | | docs: various #25289Justin M. Keyes2024-01-18
| * | | | | | | vim-patch:46d67d22b9baChristian Clason2024-01-18
| * | | | | | | vim-patch:a39af0290496Christian Clason2024-01-18
| * | | | | | | vim-patch:6e5a6c9965f6Christian Clason2024-01-18
| * | | | | | | vim-patch:9.0.1437: test fails with different error number (#27074)zeertzjq2024-01-18
| * | | | | | | fix(drawline): update prev_ptr after getting syntax attrs (#27072)zeertzjq2024-01-18
| * | | | | | | vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)zeertzjq2024-01-18
| * | | | | | | vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
| * | | | | | | fix(lua): return after assert returns assert message (#27064)altermo2024-01-17
| * | | | | | | vim-patch:9b03d3e75b42 (#27059)Sean Dewar2024-01-17
| * | | | | | | Merge pull request #27024 from lewis6991/test_followupLewis Russell2024-01-17
| |\ \ \ \ \ \ \
| | * | | | | | | feat: add __call typing for vim.inspect()Lewis Russell2024-01-17
| | * | | | | | | test: fix mkdir()Lewis Russell2024-01-17