aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | 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
| |/
* / test: re-bundle cat on windows (#21255)dundargoc2023-03-14
|/
* feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* test: use a wider screen in the rightleft winhl test (#22641)zeertzjq2023-03-12
* fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* vim-patch:9.0.1401: condition is always true (#22638)zeertzjq2023-03-12
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* fix(edit): don't subtract msg_scrolled when removing double quote (#22630)zeertzjq2023-03-11
* Merge pull request #22625 from tomtomjhj/diff-on_bytes-oncebfredl2023-03-11
|\
| * fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung2023-03-11
* | refactor: move ga_loaded to runtime.c (#22626)zeertzjq2023-03-11
|/
* refactor(runtime.c): factor out find_script_by_name() (#22620)zeertzjq2023-03-11
* vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)Michal Liszcz2023-03-11
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* build: explicitly add dependency include dir for header generationdundargoc2023-03-10
* perf(treesitter): more efficient foldexprLewis Russell2023-03-10
* fix(treesitter): correct include_bytes arg for parse()Lewis Russell2023-03-10