aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* Merge #10995 'paste: fix paste in terminal mode'Justin M. Keyes2019-09-11
|\
| * paste: fix paste in terminal modeBjörn Linse2019-09-11
|/
* docJustin M. Keyes2019-09-11
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
* paste: fix normal-mode paste by different approach #10976Justin M. Keyes2019-09-09
* paste: insert before cursor alwaysJustin M. Keyes2019-09-08
* paste: do not clobber msg area for small pastesJustin M. Keyes2019-09-08
* paste/cmdline: discard all chunks after first lineJustin M. Keyes2019-09-08
* paste: reset 'paste' option immediately #10974Justin M. Keyes2019-09-08
* paste: redraw at endJustin M. Keyes2019-09-02
* paste: one undo-block per streamJustin M. Keyes2019-09-02
* tui/input: defer nvim_paste properly.Björn Linse2019-08-31
* paste: make vim.paste() "public"Justin M. Keyes2019-08-27
* paste: implement redo (AKA dot-repeat)Justin M. Keyes2019-08-27
* paste: insert text "before" cursor in Insert-modeJustin M. Keyes2019-08-27
* API: nvim_pasteJustin M. Keyes2019-08-27
* paste: phases, dotsJustin M. Keyes2019-08-27
* API: nvim_put: "follow" parameterJustin M. Keyes2019-08-27
* paste: use nvim_put()Justin M. Keyes2019-08-27
* paste: use chansend() in Terminal-modeJustin M. Keyes2019-08-27
* paste: fixup testsJustin M. Keyes2019-08-27
* paste: abort paste if handler does not return trueJustin M. Keyes2019-08-27
* TUI/paste: always flush on paste mode-changeJustin M. Keyes2019-08-27
* TUI/paste: define paste function as Lua builtinJustin M. Keyes2019-08-27
* lua/stdlib: cleanupJustin M. Keyes2019-08-27
* Merge pull request #10171 from blueyed/vim-8.1.1318Daniel Hahler2019-08-09
|\
| * includesDaniel Hahler2019-08-07
* | 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
* lua: do not crash on syntax error in debug.debug()Björn Linse2019-08-05
* lua: immediate-callback safe print()Björn Linse2019-08-05
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* make vim.loop == require'luv'Björn Linse2019-06-30
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
* api/lua: add on_detach to nvim_buf_attachBjörn Linse2019-06-15
* lua: introduce vim.loop (expose libuv event-loop) #10123George Zhao2019-06-10
* lua: docs and tests for vim.scheduleBjörn Linse2019-06-05
* lua: add vim.schedule(cb)Andrey Popp2019-06-05
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* lua/shared: share trim() implJustin M. Keyes2019-05-20
* Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes2019-05-20
|\
* | 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
* | Document the vim.lua functionsKillTheMule2019-05-18
* | lua/stdlib: Introduce vim.sharedJustin M. Keyes2019-05-18
* | Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\ \ | |/ |/|
| * Fix os.getenv of lua on Windowserw72019-03-07
|/
* cleanup: reduce some duplicate code, avoid function pointers for a conditionBjörn Linse2019-01-23