aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
Commit message (Expand)AuthorAge
* docs: support inline markdownLewis Russell2024-03-09
* feat!: remove deprecated functionsdundargoc2024-03-09
* refactor(types): more fixesLewis Russell2024-03-06
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: correct on_key docs (#27429)altermo2024-02-12
* test: typing for screen.luaLewis Russell2024-01-23
* fix(vim.deprecate): show deprecation warning in devel versions as wellJongwook Choi2024-01-19
* feat: add __call typing for vim.inspect()Lewis Russell2024-01-17
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* refactor: fix luals warningsdundargoc2023-12-30
* refactor: use vim.deprecate on all deprecated functionsdundargoc2023-12-27
* feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc2023-12-25
* feat(lsp): more annotationsLewis Russell2023-12-14
* 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