aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_lua.txt
Commit message (Collapse)AuthorAge
* docs: remove redundant help filesDundar Göc2021-12-08
|
* doc: Lua [ci skip] #11378Justin M. Keyes2019-11-17
| | | | - Rework :help lua-commands - Rename if_lua.txt => lua.txt
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
| | | | Also simplify error messages when calling lua from vimL.
* Lua: Use vim.validate() instead of assert()Justin M. Keyes2019-11-10
|
* lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse2019-11-10
|
* doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2019-11-06
|
* doc: file-change-detect [ci skip]Ashkan Kiani2019-11-05
|
* lua: add vim.fn.{func} for direct access to vimL functionBjörn Linse2019-10-27
| | | | | | | | compared to vim.api.|nvim_call_function|, this fixes some typing issues due to the indirect conversion via the API. float values are preserved as such (fixes #9389) as well as empty dicts/arrays. Ref https://github.com/norcalli/nvim.lua for the call syntax
* build/doc/CI: remove/update quickbuild references #11258Justin M. Keyes2019-10-19
|
* tree-sitter: start docsBjörn Linse2019-09-28
|
* docJustin M. Keyes2019-09-11
| | | | | fix #10127 fix #5972
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
|
* paste: make vim.paste() "public"Justin M. Keyes2019-08-27
|
* lua: minimal UTF-16 support needed for LSPBjörn Linse2019-08-08
|
* lua: add vim.in_fast_event() to check if we are in a luv callbackBjörn Linse2019-08-05
|
* vim-patch:5477506a9f01Justin M. Keyes2019-08-02
| | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/5477506a9f01d40fad2e8f0555bc37adee30478f NA: vim-patch:2a9c9f6d89f1 "undo extra changes in src/Makefile" https://github.com/vim/vim/commit/2a9c9f6d89f19f8fa8d926e80c7f988729f6f1bd
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
| | | | | Disable the use of deferred API functions in a fast lua callback Correctly display error messages from a fast lua callback
* doc [ci skip] #10177Justin M. Keyes2019-06-30
| | | ref #10278 #10279 #10353
* doc [ci skip] #10129Justin M. Keyes2019-06-10
| | | - document lua vim.loop #10123
* lua: docs and tests for vim.scheduleBjörn Linse2019-06-05
|
* doc #10017Justin M. Keyes2019-05-25
| | | | | - gen_vimdoc.py: fancy "bullet" - rework `:help channel-callback` - rename `:help buffered` to `:help channel-buffered`
* lua/shared: share trim() implJustin M. Keyes2019-05-20
|
* lua/shared: share more stuffJustin M. Keyes2019-05-19
| | | | | Leave trim() in vim.lua, because gen_vimdoc.py needs at least one function in there, else it gets confused...
* lua/shared: share deepcopy() with test/*Justin M. Keyes2019-05-19
| | | | deepcopy() was duplicated in test/helpers.lua
* gen_vimdoc.py: support lua/shared.lua module [ci skip]Justin M. Keyes2019-05-19
|
* Document the vim.lua functionsKillTheMule2019-05-18
|
* doc [ci skip]Justin M. Keyes2019-03-26
| | | | closes #9719
* doc [ci skip] #9478Justin M. Keyes2019-01-26
| | | | | | | | | | | | - Lua - developer guidelines - MAINTAIN.md - TUI: cleanup - TUI: mention Windows terminfo builtins - cleanup if_pyth, redirect python-bindeval tag Helped-by: Björn Linse <bjorn.linse@gmail.com> Helped-by: erw7 <erw7.github@gmail.com>
* lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
| | | | | ref #6580 ref #8677
* doc: fix/remove broken tag referencesJustin M. Keyes2018-11-05
|
* docJustin M. Keyes2018-07-18
|
* docJustin M. Keyes2017-11-06
|
* Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
|\
| * doc: Describe everything what is in `vim` lua “module”ZyX2017-08-16
| | | | | | | | [ci skip]
| * lua/executor: Move stricmp to vim “module” and document itZyX2017-08-15
| |
* | help, man.vim: change "outline" map to gO (#7405)Justin M. Keyes2017-10-21
|/
* doc: Clarify documentationZyX2017-05-28
|
* lua: Use automatic determining of suffixes only for package.cpathZyX2017-05-28
|
* doc: Add example pluginZyX2017-05-25
|
* lua: Add paths from &runtimepath to package.path and package.cpathZyX2017-05-25
|
* doc: Lua (#6722)Justin M. Keyes2017-05-11
| | | Closes #6705
* doc: Enhance documentationZyX2017-03-27
|
* doc,functests: Add documentationZyX2017-03-27
| | | Missing: updates to various lists.
* doc: Remove unused 'if_[language].txt' and relatedMichael Reed2015-04-10
| | | | | | | Rubycomplete requires 'if_ruby', which has never been in Neovim. Because of this, remove some mentions of it from the docs, but keep the actual plugin untouched (as to avoid unneeded maintainence costs). It has a call to `has('ruby')`, so it will still fall back to syntax completion.
* re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>