summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
AgeCommit message (Expand)AuthorFiles
2025-03-07fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq1
2025-03-02feat(lua): don't complete private (_) fields after dot (.) #32690Maria José Solano1
2025-02-23fix(lua): `@private` => `@nodoc` #32587Dan Sully1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-11docs: miscdundargoc1
2025-01-09docs: misc #31867Justin M. Keyes1
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal1
2024-11-17fix(messages): proper multiline Lua print() messages #31205luukvbaal1
2024-11-11perf(lsp): use faster version of str_byteindexLewis Russell1
2024-11-02fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq1
2024-11-01feat(lua): allow vim.on_key() callback to consume the key (#30939)errael1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-23feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-10-21refactor: rename vim.highlight => vim.hlJustin M. Keyes1
2024-10-21fix(lua): vim.deprecate does not support major>0Justin M. Keyes1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-10-12docs(lua): clarify when on_key "typed" will be empty (#30774)zeertzjq1
2024-10-12fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq1
2024-10-04feat(lua): completion for vim.fn, vim.v, vim.o #30472Jongwook Choi1
2024-09-29docs: misc (#30177)dundargoc1
2024-09-24docs: lua error patterns #30240Justin M. Keyes1
2024-09-01docs: misc #28970Justin M. Keyes1
2024-06-07docs: misc (#28837)dundargoc1
2024-05-28refactor: deprecate vim.region() #28416Justin M. Keyes1
2024-05-24fix: change deprecation presentationdundargoc1
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