aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/vim.lua
Commit message (Expand)AuthorAge
* tree-sitter: rename tree_sitter => treesitter for consistencyBjörn Linse2019-09-28
* tree-sitter: add basic testing on ciBjörn Linse2019-09-28
* paste: fix handling of "<" in cmdline (#11094)Daniel Hahler2019-09-25
* 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
* 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
* libluv: use luv_set_callback to control callback executionBjörn Linse2019-06-30
* 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
|/
* lua: expose full interface of vim.inspect and add testBjörn Linse2019-01-14
* lua/stdlib: Load runtime modules on-demandJustin M. Keyes2019-01-14
* lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
* API: Remove path prefix from command name in nvim_get_proc()Lucas Hoffmann2018-08-18
* API: Use `ps -o comm` in nvim_get_proc()Lucas Hoffmann2018-08-15
* API: nvim_get_proc()Justin M. Keyes2018-03-18
* nvim_get_proc_children: fallback to shellJustin M. Keyes2018-03-16
* lua: Use automatic determining of suffixes only for package.cpathZyX2017-05-28
* lua: Add paths from &runtimepath to package.path and package.cpathZyX2017-05-25
* lua: Move files from src/nvim/viml/executor to src/nvim/luaZyX2017-04-11