aboutsummaryrefslogtreecommitdiff
path: root/src
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
| | |/ | |/|
| * | fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-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): use vim.fsLewis Russell2023-03-26
| | |/
| * | fix(autocmd): handle recursion for force set (#22820)Lewis Russell2023-03-30
| * | fix(filetype): avoid recursive FileType autocmds (#22813)Lewis Russell2023-03-29
| * | fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
| * | 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
| * 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
| * | docs: how to debug TUI using gdb/lldb #22771Ryan Jenkins2023-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
| * | build(win): export extern symbols for use in FFI #22756luukvbaal2023-03-23
| |/
| * feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
| * fix(api): vim.filetype.get_option() (#22753)Lewis Russell2023-03-22
| * refactor: do more in TRY_WRAPLewis Russell2023-03-22
| * feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
| * feat(lua): use vim.empty_dict() for empty return value in new api functions ...bfredl2023-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
| * | fix(float): remove -1 in height clampPatrick McFarland2023-03-19
| * | fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)luukvbaal2023-03-19
| * | fix(column): rebuild status column when sign column is invalidated (#22690)luukvbaal2023-03-18
| * | fix(spell): properly source spell/LANG.{vim,lua} (#22716)zeertzjq2023-03-18
| * | vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...zeertzjq2023-03-17
| * | refactor(completion): don't add and remove '^' for Lua (#22702)zeertzjq2023-03-17
| |/
| * refactor(extmarks): some minor internal API changesbfredl2023-03-16
| * docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii142023-03-16
| * Merge pull request #22666 from bfredl/unscreenbfredl2023-03-14
| |\
| | * refactor(screen): screen.c delenda estbfredl2023-03-14
| * | Merge pull request #22658 from clason/help-marksChristian Clason2023-03-14
| |\ \ | | |/ | |/|
| | * fix(help): force tree reparse after local addition insertionChristian Clason2023-03-13
| * | Merge pull request #22659 from bfredl/floatrulerbfredl2023-03-14
| |\ \
| | * | fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
| | |/