aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators
Commit message (Expand)AuthorAge
* vim-patch:8.1.2062: the mouse code is spread out (#24817)zeertzjq2023-08-21
* vim-patch:8.1.2047: cannot check the current statezeertzjq2023-08-21
* Merge pull request #24524 from bfredl/typed_keysbfredl2023-08-07
|\
| * feat(lua): specific error messages for type checking `opts` paramsbfredl2023-08-07
| * refactor(api): use typed keysetsbfredl2023-08-07
| * feat(lua): more specific error messages for vim.api type checkingbfredl2023-08-04
* | docs(options): take ownership of options.txt (#24528)Lewis Russell2023-08-04
|/
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
* feat(docs): generate builtin.txt (#24493)Lewis Russell2023-07-28
* vim-patch:partial:8.1.1981: the evalfunc.c file is too big (#24490)zeertzjq2023-07-26
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* refactor(option): use `void *` for pointer to option valueFamiu Haque2023-06-20
* refactor: fix clang/PVS warnings (#23731)zeertzjq2023-05-23
* vim-patch:8.2.2344: using inclusive index for slice is not always desiredzeertzjq2023-05-04
* fix(gen_vimvim): correctly add aliases to vimAutoEvent (#23429)Eisuke Kawashima2023-05-02
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* refactor(build): include lpeg as a librarybfredl2023-04-27
* build: revert accidental permission changes (#23319)zeertzjq2023-04-26
* vim-patch:8.2.3139: functions for string manipulation are spread out (#23316)zeertzjq2023-04-26
* refactor(build): move the last generator from scripts/ to src/nvim/generatorsbfredl2023-04-21
* fix(build): distinguish vim.mpack from global require'mpack'bfredl2023-04-20
* refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* refactor(api): make typed dicts appear as types in the source codebfredl2023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat(lua): use vim.empty_dict() for empty return value in new api functions ...bfredl2023-03-20
* vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)Michal Liszcz2023-03-11
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* refactor(build): graduate HAVE_LOCALE_H featurebfredl2023-03-03
* refactor(ui): ui_log() can now just be a functionbfredl2023-02-25
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* docs: fix typos (#21427)dundargoc2023-01-04
* feat!: remove hardcopyLewis Russell2023-01-03
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* refactor: move ex_retab() to indent.czeertzjq2022-11-30
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
* fix: setting tabline option not redrawing tablineshadmansaleh2022-10-24
* feat(cscope)!: removeLewis Russell2022-10-13
* vim-patch:9.0.0666: spacing-combining characters handled as composing (#20501)zeertzjq2022-10-07
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-09
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24