summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
AgeCommit message (Expand)AuthorFiles
2023-05-13docs: small fixesdundargoc1
2023-04-25feat(lua): vim.keycode (#22960)ii141
2023-04-11feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-03-26feat(lua): add `vim.loader`Folke Lemaitre1
2023-03-26test: use exec_capture() in more places (#22787)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-03-25docs: more details about vim.region (#21116)Jakub Łuczyński1
2023-03-15fix(lua): vim.deprecate() shows ":help deprecated" #22677Justin M. Keyes1
2023-03-13refactor!: rename vim.pretty_print => vim.printJustin M. Keyes1
2023-03-06feat(lua): omnifunc for builting lua interpreterBjörn Linse1
2023-03-05feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn1
2023-03-04docs(lua): number → integer (#22517)Jaehwang Jung1
2023-02-25Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger1
2023-02-25feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn1
2023-02-11refactor: move init_default_autocmds to luaglacambre1
2023-01-01docs(lua): fix treesitter parsing errorsChristian Clason1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-17feat: add vim.secure.read()Gregory Anders1
2022-11-06fix(paste): feed keys as typed in cmdline mode (#20959)zeertzjq1
2022-10-14fix(lua): on_yank error with blockwise multibyte region #20162Daniel Zhang1
2022-10-09docs: various #12823Justin M. Keyes1
2022-10-09fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre1
2022-10-05docs(docstrings): fix runtime type annotationsElizabeth Paź1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes1
2022-08-03docs: fix typos (#19588)dundargoc1
2022-07-20feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell1
2022-07-17fix(lua): double entries in :lua completion #19410ii141
2022-07-17feat(defaults): mouse=nvi #19290matveyt1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-06-15fix(lua): highlight.on_yank can close timer in twice #18976notomo1
2022-05-31feat(fs): add vim.fs.parents()Gregory Anders1
2022-05-31refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez1
2022-05-17Merge pull request #18554 from kevinhwang91/perf-timerstartbfredl1
2022-05-15feat(lua): add traceback to vim.deprecate #18575ii141
2022-05-13perf(_editor): no need to stop inside vim.defer_fnkevinhwang911
2022-05-12feat(lua): vim.cmd() with kwargs acts like nvim_cmd() #18523Famiu Haque1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-05-03feat(lsp): add logging level "OFF" (#18379)ii141
2022-05-03feat(lua): vim.deprecate() #18320dundargoc1
2022-04-17fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang1
2022-03-15fix(paste): escape control characters in Cmdline modezeertzjq1
2022-03-15fix(paste): deal with trailing new line in chunkzeertzjq1
2022-03-15fix(paste): avoid edges cases caused by empty chunkzeertzjq1
2022-03-15refactor(paste): do not print dots in cmdline modezeertzjq1
2022-03-15fix(paste): deal with eol and eof in Visual modezeertzjq1
2022-03-15fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq1
2022-03-15fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq1
2022-03-11fix(remote): respect silent in error reportingCharlie Groves1
2022-03-11fix(remote): report on missing wait commands, typecheck lua resultsCharlie Groves1