aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
Commit message (Expand)AuthorAge
...
* docs: do not use deprecated functions #25334Maria José Solano2023-09-24
* docs: clarify vim.schedule_wrap behaviourOliver Marriott2023-09-22
* feat(lua): add vim.func._memoizeLewis Russell2023-09-20
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* docs: fix typos and other small fixes (#25005)dundargoc2023-09-14
* refactor(vim.system): factor out on_exit handlingLewis Russell2023-09-05
* fix(vim.system): make timeout work properlyLewis Russell2023-09-05
* fix(types): add some return/parameter type annotations (#24867)Maria José Solano2023-08-27
* Use Lua autocommand and make TermClose autocommand globalGregory Anders2023-08-10
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* fix(filetype): add typing and dry (#24573)Lewis Russell2023-08-08
* fix(defaults): don't use nvim_feedkeys in default mappings (#24520)zeertzjq2023-08-01
* fix(gx): move to to _init_default_mappings #24420marshmallow2023-07-24
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* refactor: rename _meta.lua to _options.luaLewis Russell2023-07-17
* fix(lint): lint warnings #24226Raphael2023-07-10
* fix(defaults): visual star (*) on text with "?"Justin M. Keyes2023-07-08
* fix(defaults): visual hash (#) on text with "?"Justin M. Keyes2023-07-08
* docs: MAINTAIN.md, nvim_get_markJustin M. Keyes2023-07-08
* refactor(defaults): use vim.region for visual star (*,#)Justin M. Keyes2023-07-06
* fix(defaults): visual mode star (*,#) is fragileSteven Ward2023-07-06
* docs: autocmds, miscJustin M. Keyes2023-06-25
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* docs: various clarifications (#23999)zeertzjq2023-06-12
* fix(remote): restore previous --remote-expr output formatting (#23988)zeertzjq2023-06-11
* fix(remote): make --remote-expr print to stdout (#23980)zeertzjq2023-06-11
* feat(lua): add `vim.system()`Lewis Russell2023-06-07
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* docs: small fixesdundargoc2023-05-13
* feat(lua): vim.keycode (#22960)ii142023-04-25
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* docs: more details about vim.region (#21116)Jakub Łuczyński2023-03-25
* fix(lua): vim.deprecate() shows ":help deprecated" #22677Justin M. Keyes2023-03-15
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* feat(lua): omnifunc for builting lua interpreterBjörn Linse2023-03-06
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* docs(lua): number → integer (#22517)Jaehwang Jung2023-03-04
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* refactor: move init_default_autocmds to luaglacambre2023-02-11
* 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