aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
* fix(lsp): Jump to tag locations reliably when :ltag is used (#22750)meredith2023-03-23
* Merge #22736 from justinmk/gsplitJustin M. Keyes2023-03-22
|\
| * refactor(vim.gsplit): remove "keepsep"Justin M. Keyes2023-03-22
| * fix(vim.version): prerelease compareJustin M. Keyes2023-03-22
| * feat(vim.gsplit): gain features of vim.splitJustin M. Keyes2023-03-22
* | fix(api): vim.filetype.get_option() (#22753)Lewis Russell2023-03-22
|/
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* Merge pull request #22743 from bfredl/luaequalsbfredl2023-03-22
|\
| * feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* | vim-patch:9.0.{1419,1421,1422,1423}: some files are not recognized (#22749)Amaan Qureshi2023-03-22
* | ci(lintcommit): allow colon in commit message scopeAnkit Goel2023-03-22
* | docs: fix g:terminal_color_x terminal colors #22746Evgeni Chasnovski2023-03-21
* | Merge pull request #22742 from clason/vim-9.0.1415Christian Clason2023-03-20
|\ \ | |/ |/|
| * vim-patch:9.0.1417: ESDL files are not recognizedChristian Clason2023-03-20
| * vim-patch:9.0.1415: Crystal files are not recognizedChristian Clason2023-03-20
|/
* feat(lua): use vim.empty_dict() for empty return value in new api functions ...bfredl2023-03-20
* Merge #22707 vim.version: range(), lazy.nvim implJustin M. Keyes2023-03-20
|\
| * feat(vim.version): more coercion with strict=falseJustin M. Keyes2023-03-20
| * refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes2023-03-20
| * refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes2023-03-20
|/
* Merge pull request #22634 from lewis6991/feat/tscommentLewis Russell2023-03-20
|\
| * feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
| * feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
|/
* fix: invalid buffer size argument to snprintf #22729koeleck2023-03-19
* fix(shell): on Windows :make does not echo #22728Enan Ajmain2023-03-19
* Merge #22691 build!: sanitizers for gccJustin M. Keyes2023-03-19
|\
| * build!: rename sanitizer options from CLANG_* to ENABLE_*ii142023-03-17
| * build: sanitizers for gccii142023-03-16
* | fix: pasting in terminal buffer on windows #22566Enan Ajmain2023-03-19
* | Merge pull request #22673 from Diablo-D3/fixfloatclampbfredl2023-03-19
|\ \
| * | fix(float): remove -1 in height clampPatrick McFarland2023-03-19
|/ /