summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
AgeCommit message (Expand)AuthorFiles
2024-04-23perf(lua): faster vim.deprecate() #28470Evgeni Chasnovski1
2024-04-18feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes1
2024-04-15fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes1
2024-03-31feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq1
2024-03-10docs(editorconfig): move to sourceLewis Russell1
2024-03-09docs: support inline markdownLewis Russell1
2024-03-09feat!: remove deprecated functionsdundargoc1
2024-03-06refactor(types): more fixesLewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-12docs: correct on_key docs (#27429)altermo1
2024-01-23test: typing for screen.luaLewis Russell1
2024-01-19fix(vim.deprecate): show deprecation warning in devel versions as wellJongwook Choi1
2024-01-17feat: add __call typing for vim.inspect()Lewis Russell1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell1
2023-12-30refactor: fix luals warningsdundargoc1
2023-12-27refactor: use vim.deprecate on all deprecated functionsdundargoc1
2023-12-25feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-11-27fix(lua): disallow vim.wait() in fast contextsLewis Russell1
2023-11-21fix(vim.region): handle multibyte inclusive selection properly (#26129)zeertzjq1
2023-11-08refactor: move defaults into separate module (#25929)Gregory Anders1
2023-11-07fix(lua): correct return value for on_key with no arguments (#25911)altermo1
2023-11-03docs: small fixes (#25831)dundargoc1
2023-10-21feat(lsp): add snippet API (#25301)Maria José Solano1
2023-10-06fix(lua): vim.region on linewise selection #25467Aayush Ojha1
2023-10-04feat: ignore swapfile for running Nvim processes #25336Justin M. Keyes1
2023-09-24docs: do not use deprecated functions #25334Maria José Solano1
2023-09-22docs: clarify vim.schedule_wrap behaviourOliver Marriott1
2023-09-20feat(lua): add vim.func._memoizeLewis Russell1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-09-14docs: fix typos and other small fixes (#25005)dundargoc1
2023-09-05refactor(vim.system): factor out on_exit handlingLewis Russell1
2023-09-05fix(vim.system): make timeout work properlyLewis Russell1
2023-08-27fix(types): add some return/parameter type annotations (#24867)Maria José Solano1
2023-08-10Use Lua autocommand and make TermClose autocommand globalGregory Anders1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-08-08fix(filetype): add typing and dry (#24573)Lewis Russell1
2023-08-01fix(defaults): don't use nvim_feedkeys in default mappings (#24520)zeertzjq1
2023-07-24fix(gx): move to to _init_default_mappings #24420marshmallow1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-17refactor: rename _meta.lua to _options.luaLewis Russell1
2023-07-10fix(lint): lint warnings #24226Raphael1
2023-07-08fix(defaults): visual star (*) on text with "?"Justin M. Keyes1
2023-07-08fix(defaults): visual hash (#) on text with "?"Justin M. Keyes1
2023-07-08docs: MAINTAIN.md, nvim_get_markJustin M. Keyes1
2023-07-06refactor(defaults): use vim.region for visual star (*,#)Justin M. Keyes1
2023-07-06fix(defaults): visual mode star (*,#) is fragileSteven Ward1
2023-06-25docs: autocmds, miscJustin M. Keyes1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1