| Commit message (Expand) | Author | Age |
| * | Merge pull request #18194 from famiu/feat/usercmd_preview | bfredl | 2022-05-31 |
| |\ |
|
| | * | feat: add preview functionality to user commands | Famiu Haque | 2022-05-31 |
| * | | fix(logging): skip recursion, fix crash #18764 | Justin M. Keyes | 2022-05-30 |
| * | | refactor(api): use hashy hash for looking up api method and event names | bfredl | 2022-05-30 |
| |/ |
|
| * | feat(lua): allow some viml functions to run in fast | Lewis Russell | 2022-05-17 |
| * | refactor(eval): use Hashy McHashFace instead of gperf | bfredl | 2022-05-12 |
| * | feat(keyset): allow hash conflicts | bfredl | 2022-05-09 |
| * | refactor: replace char_u variables and functions with char | Dundar Goc | 2022-05-05 |
| * | refactor(ui): make auto-generated ui client handlers typesafe | bfredl | 2022-03-15 |
| * | refactor(ui): use "ui_client" instead of "redraw" as general prefix | bfredl | 2022-03-15 |
| * | feat(ui): implement ui_client event handlers | hlpr98 | 2022-03-15 |
| * | refactor(lua): reorganize builtin modules, phase 1 | bfredl | 2022-03-03 |
| * | refactor(api): use a keyset for highlight dicts | Björn Linse | 2022-02-02 |
| * | feat(api): implement nvim_{add,del}_user_command | Gregory Anders | 2021-12-28 |
| * | fix(build): check for empty value of LUAC_PRG (#16711) | Gregory Anders | 2021-12-18 |
| * | perf: pre-compile embedded Lua source into bytecode (#16631) | Gregory Anders | 2021-12-16 |
| * | Merge pull request #15999 from famiu/fix/build/export-windows-symbols | Björn Linse | 2021-10-17 |
| |\ |
|
| | * | fix(build): export symbols on Windows | Famiu Haque | 2021-10-17 |
| * | | fix(runtime): don't use regexes inside lua require'mod' | Björn Linse | 2021-10-17 |
| |/ |
|
| * | refactor(api): make export of functions opt-in, not opt-out | Björn Linse | 2021-10-03 |
| * | refactor(api): handle option dicts properly | Björn Linse | 2021-10-03 |
| * | refactor(lua): rename nlua_msgpack_ => nlua_api_ | Björn Linse | 2021-08-28 |
| * | Merge #15293 Vimscript "method" syntax | Justin M. Keyes | 2021-08-26 |
| |\ |
|
| | * | vim-patch:8.1.1807: more functions can be used as a method | Sean Dewar | 2021-08-12 |
| | * | vim-patch:8.1.1803: all builtin functions are global | Sean Dewar | 2021-08-12 |
| * | | refactor(map): remove extra-allocating map_new/map_free functions | Björn Linse | 2021-08-22 |
| * | | refactor(options): remove vi/vim default value distinction | Gregory Anders | 2021-08-17 |
| |/ |
|
| * | refactor(options): remove obsolete distinction of "vi" vs "vim" defaults | Björn Linse | 2021-07-14 |
| * | refactor(options): delet unused P_VIM flag | Björn Linse | 2021-07-14 |
| * | chore: use codespell to spell check #15016 | dundargoc | 2021-07-07 |
| * | api: allow open non-current buffer as terminal (+ xmas bonus) | Björn Linse | 2021-03-12 |
| * | vim-patch:8.1.1241: Ex command info contains confusing information | Jan Edmund Lazo | 2021-01-01 |
| * | api: add textlock check | notomo | 2020-12-15 |
| * | ex_cmds: port cmd_addr_T and ADDR_NONE (#13492) | Jan Edmund Lazo | 2020-12-10 |
| * | vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305) | TJ DeVries | 2020-11-24 |
| * | feat(lua): improve error message to make it actionable (#13276) | Alvaro Muñoz | 2020-11-13 |
| * | options: add fallback value to .indir member (#13150) | Jan Edmund Lazo | 2020-10-24 |
| * | gen_ex_cmds: simplify writes to defsfile (#13096) | Jan Edmund Lazo | 2020-10-15 |
| * | gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_... | Yatao Li | 2020-04-28 |
| * | tree-sitter: implement query functionality and highlighting prototype [skip.l... | Björn Linse | 2019-12-22 |
| * | PVS/V1049: fix numerous "DEFINE_FUNC_ATTRIBUTES" warnings #11544 | Justin M. Keyes | 2019-12-11 |
| * | Lua: vim.env, vim.{g,v,w,bo,wo} #11442 | Ashkan Kiani | 2019-11-24 |
| * | gen_eval.lua: use correct name in usage | Daniel Hahler | 2019-07-30 |
| * | jobstop(): close channel before process_stop() #10522 | Justin M. Keyes | 2019-07-17 |
| * | Improve luacheck setup [skip appveyor] | Daniel Hahler | 2019-07-04 |
| * | Fix luacheck errors for all Lua source files | Sameed Ali | 2019-07-04 |
| * | api/lua: make nvim_execute_lua use native lua floats, not special tables | Björn Linse | 2019-07-01 |
| * | libluv: use luv_set_callback to control callback execution | Björn Linse | 2019-06-30 |
| * | rename: FUNC_API_ASYNC => FUNC_API_FAST | Björn Linse | 2019-06-30 |
| * | vim-patch:8.1.1366: using expressions in a modeline is unsafe | James McCoy | 2019-06-24 |