aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
Commit message (Expand)AuthorAge
* docs(lua): fix treesitter parsing errorsChristian Clason2023-01-01
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* feat: add vim.secure.read()Gregory Anders2022-11-17
* fix(paste): feed keys as typed in cmdline mode (#20959)zeertzjq2022-11-06
* fix(lua): on_yank error with blockwise multibyte region #20162Daniel Zhang2022-10-14
* docs: various #12823Justin M. Keyes2022-10-09
* fix(lua): properly configure luacheck and remove `local vim = ...` lines (#20...Folke Lemaitre2022-10-09
* docs(docstrings): fix runtime type annotationsElizabeth Paź2022-10-05
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs: fix typos (#19588)dundargoc2022-08-03
* feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell2022-07-20
* fix(lua): double entries in :lua completion #19410ii142022-07-17
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* fix(lua): highlight.on_yank can close timer in twice #18976notomo2022-06-15
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
* Merge pull request #18554 from kevinhwang91/perf-timerstartbfredl2022-05-17
|\
| * perf(_editor): no need to stop inside vim.defer_fnkevinhwang912022-05-13
* | feat(lua): add traceback to vim.deprecate #18575ii142022-05-15
|/
* feat(lua): vim.cmd() with kwargs acts like nvim_cmd() #18523Famiu Haque2022-05-12
* chore: format runtime with styluaChristian Clason2022-05-09
* feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* feat(lua): vim.deprecate() #18320dundargoc2022-05-03
* fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang2022-04-17
* fix(paste): escape control characters in Cmdline modezeertzjq2022-03-15
* fix(paste): deal with trailing new line in chunkzeertzjq2022-03-15
* fix(paste): avoid edges cases caused by empty chunkzeertzjq2022-03-15
* refactor(paste): do not print dots in cmdline modezeertzjq2022-03-15
* fix(paste): deal with eol and eof in Visual modezeertzjq2022-03-15
* fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq2022-03-15
* fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq2022-03-15
* fix(remote): respect silent in error reportingCharlie Groves2022-03-11
* fix(remote): report on missing wait commands, typecheck lua resultsCharlie Groves2022-03-11
* test(remote): add tests for --remoteCharlie Groves2022-03-11
* feat(remote): add basic --remote supportCharlie Groves2022-03-11
* feat(lua): handle lazy submodules in `:lua vim.` wildmenu completionbfredl2022-03-09
* refactor(lua): make vim submodule lazy loading declarativebfredl2022-03-07
* docs(lua): reference runtime/lua/vim/_editor.luazeertzjq2022-03-06
* refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2022-03-04