aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators
Commit message (Expand)AuthorAge
* 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
* gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...Yatao Li2020-04-28
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* PVS/V1049: fix numerous "DEFINE_FUNC_ATTRIBUTES" warnings #11544Justin M. Keyes2019-12-11
* Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani2019-11-24
* gen_eval.lua: use correct name in usageDaniel Hahler2019-07-30
* jobstop(): close channel before process_stop() #10522Justin M. Keyes2019-07-17
* Improve luacheck setup [skip appveyor]Daniel Hahler2019-07-04
* Fix luacheck errors for all Lua source filesSameed Ali2019-07-04
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* vim-patch:8.1.1366: using expressions in a modeline is unsafeJames McCoy2019-06-24
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* generators: fix filename typo in help messageJan Edmund Lazo2019-04-13
* gen_ex_cmds.lua: build the command tableJan Edmund Lazo2019-03-28
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* gen_events.lua: define NUM_EVENTS as an enum valueJustin M. Keyes2018-06-16
* API: Accept empty lists as dictionariesKillTheMule2018-05-23
* *: Add some PVS commentsZyX2018-04-15
* build/msvc: Fix preprocessor parsingb-r-o-c-k2018-02-28
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* *: Fix some typos found by oni-linkZyX2017-11-06
* Merge branch 'master' into expression-parserZyX2017-10-30
|\
| * vim-patch:8.0.0102ckelsel2017-09-24
* | gen_declarations: Do not generate line numbers by defaultZyX2017-10-29
|/