aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
* fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
* Merge pull request #22847 from luukvbaal/redrstatusbfredl2023-04-03
|\
| * fix(ui): ruler is not redrawn in cmdline with redrawstatusLuuk van Baal2023-04-02
* | vim-patch:9.0.1439: start Insert mode when accessing a hidden prompt buffer (...zeertzjq2023-04-03
* | refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
|/
* Merge pull request #22844 from luukvbaal/stlrecordingbfredl2023-04-02
|\
| * fix(ui): recording change doesn't trigger statusline redrawLuuk van Baal2023-04-01
* | Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
|\ \
| * | feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* | | refactor: remove char_u (#22829)dundargoc2023-04-02
* | | 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