aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
Commit message (Expand)AuthorAge
* 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