Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: remove redundant help files | Dundar Göc | 2021-12-08 |
| | |||
* | doc: Lua [ci skip] #11378 | Justin M. Keyes | 2019-11-17 |
| | | | | - Rework :help lua-commands - Rename if_lua.txt => lua.txt | ||
* | Add v:lua.func() vimL syntax for calling lua | Björn Linse | 2019-11-16 |
| | | | | Also simplify error messages when calling lua from vimL. | ||
* | Lua: Use vim.validate() instead of assert() | Justin M. Keyes | 2019-11-10 |
| | |||
* | lua: vim.rpcrequest, vim.rpcnotify, vim.NIL | Björn Linse | 2019-11-10 |
| | |||
* | doc: vim.fn, vim.call(), vim.api [ci skip] | Justin M. Keyes | 2019-11-06 |
| | |||
* | doc: file-change-detect [ci skip] | Ashkan Kiani | 2019-11-05 |
| | |||
* | lua: add vim.fn.{func} for direct access to vimL function | Björn Linse | 2019-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 #11258 | Justin M. Keyes | 2019-10-19 |
| | |||
* | tree-sitter: start docs | Björn Linse | 2019-09-28 |
| | |||
* | doc | Justin M. Keyes | 2019-09-11 |
| | | | | | fix #10127 fix #5972 | ||
* | doc: |api-fast| [ci skip] | Justin M. Keyes | 2019-09-09 |
| | |||
* | paste: make vim.paste() "public" | Justin M. Keyes | 2019-08-27 |
| | |||
* | lua: minimal UTF-16 support needed for LSP | Björn Linse | 2019-08-08 |
| | |||
* | lua: add vim.in_fast_event() to check if we are in a luv callback | Björn Linse | 2019-08-05 |
| | |||
* | vim-patch:5477506a9f01 | Justin M. Keyes | 2019-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 execution | Björn Linse | 2019-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] #10177 | Justin M. Keyes | 2019-06-30 |
| | | | ref #10278 #10279 #10353 | ||
* | doc [ci skip] #10129 | Justin M. Keyes | 2019-06-10 |
| | | | - document lua vim.loop #10123 | ||
* | lua: docs and tests for vim.schedule | Björn Linse | 2019-06-05 |
| | |||
* | doc #10017 | Justin M. Keyes | 2019-05-25 |
| | | | | | - gen_vimdoc.py: fancy "bullet" - rework `:help channel-callback` - rename `:help buffered` to `:help channel-buffered` | ||
* | lua/shared: share trim() impl | Justin M. Keyes | 2019-05-20 |
| | |||
* | lua/shared: share more stuff | Justin M. Keyes | 2019-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. Keyes | 2019-05-19 |
| | | | | deepcopy() was duplicated in test/helpers.lua | ||
* | gen_vimdoc.py: support lua/shared.lua module [ci skip] | Justin M. Keyes | 2019-05-19 |
| | |||
* | Document the vim.lua functions | KillTheMule | 2019-05-18 |
| | |||
* | doc [ci skip] | Justin M. Keyes | 2019-03-26 |
| | | | | closes #9719 | ||
* | doc [ci skip] #9478 | Justin M. Keyes | 2019-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 functions | KillTheMule | 2019-01-14 |
| | | | | | ref #6580 ref #8677 | ||
* | doc: fix/remove broken tag references | Justin M. Keyes | 2018-11-05 |
| | |||
* | doc | Justin M. Keyes | 2018-07-18 |
| | |||
* | doc | Justin M. Keyes | 2017-11-06 |
| | |||
* | Merge #7165 'lua: Move stricmp to vim module' | Justin M. Keyes | 2017-10-22 |
|\ | |||
| * | doc: Describe everything what is in `vim` lua “module” | ZyX | 2017-08-16 |
| | | | | | | | | [ci skip] | ||
| * | lua/executor: Move stricmp to vim “module” and document it | ZyX | 2017-08-15 |
| | | |||
* | | help, man.vim: change "outline" map to gO (#7405) | Justin M. Keyes | 2017-10-21 |
|/ | |||
* | doc: Clarify documentation | ZyX | 2017-05-28 |
| | |||
* | lua: Use automatic determining of suffixes only for package.cpath | ZyX | 2017-05-28 |
| | |||
* | doc: Add example plugin | ZyX | 2017-05-25 |
| | |||
* | lua: Add paths from &runtimepath to package.path and package.cpath | ZyX | 2017-05-25 |
| | |||
* | doc: Lua (#6722) | Justin M. Keyes | 2017-05-11 |
| | | | Closes #6705 | ||
* | doc: Enhance documentation | ZyX | 2017-03-27 |
| | |||
* | doc,functests: Add documentation | ZyX | 2017-03-27 |
| | | | Missing: updates to various lists. | ||
* | doc: Remove unused 'if_[language].txt' and related | Michael Reed | 2015-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 #938 | Justin M. Keyes | 2014-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> |