summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
2019-11-13lua LSP client: initial implementation (#11336)Ashkan Kiani1
2019-11-11Lua: mark some functions as "private"Justin M. Keyes1
2019-11-10Merge pull request #11310 from bfredl/luarpcBjörn Linse3
2019-11-10lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse3
2019-11-09paste: Select-mode, Visual-mode #11360Justin M. Keyes1
2019-11-06doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes1
2019-10-29lua/executor.c: use TRY_WRAPJustin M. Keyes1
2019-10-27lua: add vim.fn.{func} for direct access to vimL functionBjörn Linse3
2019-09-28tree-sitter: handle node equalityBjörn Linse1
2019-09-28tree-sitter: use "range" instead of "point_range" consistently in lua APIBjörn Linse1
2019-09-28tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)Björn Linse3
2019-09-28tree-sitter: cleanup tree refcountingBjörn Linse1
2019-09-28tree-sitter: inspect languageBjörn Linse2
2019-09-28tree-sitter: add some more APIBjörn Linse1
2019-09-28tree-sitter: styleBjörn Linse2
2019-09-28tree-sitter: use standard luaL_newmetatable and luaL_checkudata patternBjörn Linse1
2019-09-28tree-sitter: rename tree_sitter => treesitter for consistencyBjörn Linse5
2019-09-28tree-sitter: add basic testing on ciBjörn Linse2
2019-09-28tree-sitter: support pre-registration of languagesBjörn Linse2
2019-09-28tree-sitter: objectify APIBjörn Linse1
2019-09-28tree-sitter: load parsers as .so filesBjörn Linse1
2019-09-28tree-sitter: initial tree-sitter supportBjörn Linse3
2019-09-25paste: fix handling of "<" in cmdline (#11094)Daniel Hahler1
2019-09-11Merge #10995 'paste: fix paste in terminal mode'Justin M. Keyes1
2019-09-11paste: fix paste in terminal modeBjörn Linse1
2019-09-11docJustin M. Keyes1
2019-09-09doc: |api-fast| [ci skip]Justin M. Keyes1
2019-09-09paste: fix normal-mode paste by different approach #10976Justin M. Keyes1
2019-09-08paste: insert before cursor alwaysJustin M. Keyes1
2019-09-08paste: do not clobber msg area for small pastesJustin M. Keyes1
2019-09-08paste/cmdline: discard all chunks after first lineJustin M. Keyes1
2019-09-08paste: reset 'paste' option immediately #10974Justin M. Keyes1
2019-09-02paste: redraw at endJustin M. Keyes1
2019-09-02paste: one undo-block per streamJustin M. Keyes1
2019-08-31tui/input: defer nvim_paste properly.Björn Linse1
2019-08-27paste: make vim.paste() "public"Justin M. Keyes1
2019-08-27paste: implement redo (AKA dot-repeat)Justin M. Keyes1
2019-08-27paste: insert text "before" cursor in Insert-modeJustin M. Keyes1
2019-08-27API: nvim_pasteJustin M. Keyes1
2019-08-27paste: phases, dotsJustin M. Keyes1
2019-08-27API: nvim_put: "follow" parameterJustin M. Keyes1
2019-08-27paste: use nvim_put()Justin M. Keyes1
2019-08-27paste: use chansend() in Terminal-modeJustin M. Keyes1
2019-08-27paste: fixup testsJustin M. Keyes1
2019-08-27paste: abort paste if handler does not return trueJustin M. Keyes1
2019-08-27TUI/paste: always flush on paste mode-changeJustin M. Keyes1
2019-08-27TUI/paste: define paste function as Lua builtinJustin M. Keyes1
2019-08-27lua/stdlib: cleanupJustin M. Keyes1
2019-08-09Merge pull request #10171 from blueyed/vim-8.1.1318Daniel Hahler1
2019-08-08lua: minimal UTF-16 support needed for LSPBjörn Linse1