aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
Commit message (Expand)AuthorAge
* fix(lua): disallow vim.wait() in fast contextsLewis Russell2023-11-27
* fix(vim.region): handle multibyte inclusive selection properly (#26129)zeertzjq2023-11-21
* refactor: move defaults into separate module (#25929)Gregory Anders2023-11-08
* fix(lua): correct return value for on_key with no arguments (#25911)altermo2023-11-07
* docs: small fixes (#25831)dundargoc2023-11-03
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* fix(lua): vim.region on linewise selection #25467Aayush Ojha2023-10-06
* feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes2023-10-04
* 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