aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/lua.txt
Commit message (Expand)AuthorAge
* Merge pull request #15767 from lewis6991/lua_var_indexBjörn Linse2021-10-19
|\
| * feat(lua): allow passing handles to vim.b/w/tLewis Russell2021-10-19
* | fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders2021-10-19
|/
* docs: regenerate #15545github-actions[bot]2021-10-05
* Merge #15218 from gpanders/split-trimemptyJustin M. Keyes2021-10-03
|\
| * refactor: use kwargs parameter in vim.splitGregory Anders2021-09-25
| * feat: add trimempty optional parameter to vim.splitGregory Anders2021-09-25
* | feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
|/
* feat(decode_string): decode binary string with NULs to BlobSean Dewar2021-09-15
* docs: third-party licenses, TEST_COLORS, system() #15665Justin M. Keyes2021-09-14
* docs #15625Justin M. Keyes2021-09-10
* perf(lua): optimize vim.deep_equal #15236Javier Lopez2021-09-10
* feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse2021-09-09
* docs: naming conventionsJustin M. Keyes2021-09-09
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach2021-09-05
|\
| * docs: regenerateMichael Lingelbach2021-09-05
* | Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\ \ | |/ |/|
| * feat(v:lua): support calling v:lua as a methodSean Dewar2021-08-13
* | fix(doc): example for vim.diff() (#15464)Lewis Russell2021-08-23
* | docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* | fix(doc): move vim.diff doc (#15456)Lewis Russell2021-08-22
* | feat(api): add lua C bindings for xdiff (#14536)Lewis Russell2021-08-22
|/
* docs: regeneratemarvim2021-06-02
* fix(docs): delete duplicate tagsMichael Lingelbach2021-05-31
* docs: regenerateKarim Abou Zeid2021-05-31
* fix vim.opt:remove doc (#14664)Amirreza Askarpour2021-05-30
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* doc: update vim.cmd() (#14450)Shadman2021-05-01
* doc: advertise nanotee/nvim-lua-guide (#14332) [skip ci]Christian Clason2021-04-09
* Update lsp, lua and api docs (gen_vimdoc.py)Mathias Fussenegger2021-03-11
* lsp: validate and document server settings (#13698)Michael Lingelbach2021-01-18
* api: add vim.version (#13762)Michael Lingelbach2021-01-18
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* docs: Fix typo in example codeLucas Hoffmann2020-11-03
* docs: update apiBjörn Linse2020-10-20
* lua: vim.wait allows control of fast events (#13053)TJ DeVries2020-10-06
* docs: Move treesitter docs in their own fileThomas Vigouroux2020-09-14
* doc: Add docs for uri functions (#12887)TJ DeVries2020-09-14
* Fix typo in treesitter docs: parser directory is `parser` not `parsers`Stephan Seitz2020-09-13
* docs: update (#12860)TJ DeVries2020-09-06
* treesitter: update docs on predicatesThomas Vigouroux2020-09-06
* treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* treesitter: add node:field() to get field childrenThomas Vigouroux2020-09-01
* treesitter: allow to iterate over node childrenThomas Vigouroux2020-08-31
* docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* treesitter: update docs on predicatesThomas Vigouroux2020-08-13
* treesitter(docs): update and refresh docsThomas Vigouroux2020-08-13
* doc: Add information about lua function calls (#12574)TJ DeVries2020-07-08