summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
AgeCommit message (Expand)AuthorFiles
2022-11-06fix(paste): feed keys as typed in cmdline modezeertzjq1
2022-10-12[Backport release-0.8] doc (#20616)github-actions[bot]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
2022-03-11test(remote): add tests for --remoteCharlie Groves1
2022-03-11feat(remote): add basic --remote supportCharlie Groves1
2022-03-09feat(lua): handle lazy submodules in `:lua vim.` wildmenu completionbfredl1
2022-03-07refactor(lua): make vim submodule lazy loading declarativebfredl1
2022-03-06docs(lua): reference runtime/lua/vim/_editor.luazeertzjq1
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl1