aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
Commit message (Expand)AuthorAge
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
* docs: miscdundargoc2025-01-11
* docs: misc #31867Justin M. Keyes2025-01-09
* feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2025-01-09
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* perf(lsp): use faster version of str_byteindexLewis Russell2024-11-11
* fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq2024-11-02
* feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* feat(vim.validate): improve fast form and deprecate spec formLewis Russell2024-10-21
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* fix(lua): vim.deprecate does not support major>0Justin M. Keyes2024-10-21
* perf(validate): use lighter versionLewis Russell2024-10-17
* docs(lua): clarify when on_key "typed" will be empty (#30774)zeertzjq2024-10-12
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12
* feat(lua): completion for vim.fn, vim.v, vim.o #30472Jongwook Choi2024-10-04
* docs: misc (#30177)dundargoc2024-09-29
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* docs: misc #28970Justin M. Keyes2024-09-01
* docs: misc (#28837)dundargoc2024-06-07
* refactor: deprecate vim.region() #28416Justin M. Keyes2024-05-28
* fix: change deprecation presentationdundargoc2024-05-24
* perf(lua): faster vim.deprecate() #28470Evgeni Chasnovski2024-04-23
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* docs(editorconfig): move to sourceLewis Russell2024-03-10
* 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