aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators
Commit message (Expand)AuthorAge
* 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
* refactor(arena): use a shared block freelistbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.2.1535: it is not possible to specify cell widths of characterszeertzjq2022-08-08
* fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
* vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...zeertzjq2022-07-07
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* | refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
|/
* feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* refactor(eval): use Hashy McHashFace instead of gperfbfredl2022-05-12
* feat(keyset): allow hash conflictsbfredl2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(ui): make auto-generated ui client handlers typesafebfredl2022-03-15
* refactor(ui): use "ui_client" instead of "redraw" as general prefixbfredl2022-03-15
* feat(ui): implement ui_client event handlershlpr982022-03-15
* refactor(lua): reorganize builtin modules, phase 1bfredl2022-03-03
* refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix(build): check for empty value of LUAC_PRG (#16711)Gregory Anders2021-12-18
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* Merge pull request #15999 from famiu/fix/build/export-windows-symbolsBjörn Linse2021-10-17
|\
| * fix(build): export symbols on WindowsFamiu Haque2021-10-17
* | fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
|/
* refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* refactor(lua): rename nlua_msgpack_ => nlua_api_Björn Linse2021-08-28
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * vim-patch:8.1.1807: more functions can be used as a methodSean Dewar2021-08-12
| * vim-patch:8.1.1803: all builtin functions are globalSean Dewar2021-08-12
* | refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* | refactor(options): remove vi/vim default value distinctionGregory Anders2021-08-17
|/
* refactor(options): remove obsolete distinction of "vi" vs "vim" defaultsBjörn Linse2021-07-14
* refactor(options): delet unused P_VIM flagBjörn Linse2021-07-14
* chore: use codespell to spell check #15016dundargoc2021-07-07
* api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
* vim-patch:8.1.1241: Ex command info contains confusing informationJan Edmund Lazo2021-01-01
* api: add textlock checknotomo2020-12-15
* ex_cmds: port cmd_addr_T and ADDR_NONE (#13492)Jan Edmund Lazo2020-12-10
* vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)TJ DeVries2020-11-24
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* options: add fallback value to .indir member (#13150)Jan Edmund Lazo2020-10-24
* gen_ex_cmds: simplify writes to defsfile (#13096)Jan Edmund Lazo2020-10-15