aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
Commit message (Expand)AuthorAge
...
* docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman2021-11-26
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* refactor: use kwargs parameter in vim.splitGregory Anders2021-09-25
* feat: add trimempty optional parameter to vim.splitGregory Anders2021-09-25
* perf(lua): optimize vim.deep_equal #15236Javier Lopez2021-09-10
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* docs: made can_merge private (#15138)Folke Lemaitre2021-07-19
* fix(shared): do not treat empty tables as list in deep extend (#15094)Folke Lemaitre2021-07-19
* lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
* vim.validate(): include stacktrace in messageTJ DeVries2020-10-05
* docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* lua: fix behavior when split empty string (#12429)notomo2020-06-04
* lua: fix infinite loop for vim.split on empty string (#12420)notomo2020-06-02
* lua: add tbl_deep_extend (#11969)Hirokazu Hata2020-05-17
* lua: allow deepcopy of functions (#12136)Tristan Konolige2020-04-19
* lua: add vim.tbl_len() #11889Hirokazu Hata2020-03-01
* lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata2020-02-18
* lua: if second argument is vim.empty_dict(), vim.tbl_extend uses empty_dict()...Hirokazu Hata2020-02-14
* lua: vim.deepcopy uses empty_dict() instead of {} for empty_dict()Hirokazu Hata2020-02-13
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26
* doc [ci skip] #11656Justin M. Keyes2020-01-12
* lua: metatable for empty dict valueBjörn Linse2020-01-01
* Add vim.startswith and vim.endswith (#11248)Ashkan Kiani2019-12-01
* doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* Merge branch 'master' into lsp-followupAshkan Kiani2019-11-24
|\
| * Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani2019-11-24
* | Extend list_extend to take start/finish.Ashkan Kiani2019-11-20
|/
* lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13
* Lua: Use vim.validate() instead of assert()Justin M. Keyes2019-11-10
* Lua: vim.validate()Justin M. Keyes2019-11-10
* Lua: vim.validate()Hirokazu Hata2019-11-10
* runtime: Use module pattern with vim/shared.luaHirokazu Hata2019-10-23
* lua/stdlib: adjust some validation messages #11271Hirokazu Hata2019-10-26
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* doc #10017Justin M. Keyes2019-05-25
* lua/shared: share trim() implJustin M. Keyes2019-05-20
* lintJustin M. Keyes2019-05-19
* lua/shared: share more stuffJustin M. Keyes2019-05-19
* lua/shared: share deepcopy() with test/*Justin M. Keyes2019-05-19
* gen_vimdoc.py: support lua/shared.lua module [ci skip]Justin M. Keyes2019-05-19
* lua/shared: move table util funcs to vim.sharedJustin M. Keyes2019-05-18
* lua/stdlib: Introduce vim.sharedJustin M. Keyes2019-05-18