summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2023-11-28Merge pull request #26249 from bfredl/concealcharbfredl1
2023-11-28feat(decoration): allow conceal_char to be a composing charbfredl1
2023-11-28docs(lua): don't include remote-only API functions (#26266)zeertzjq1
2023-11-28vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)zeertzjq1
2023-11-28vim-patch:9.0.2131: not all nushell files detected (#26260)Christian Clason1
2023-11-27docs: support @since for api level #25574LW1
2023-11-27fix(treesitter): don't invalidate parser when discovering injectionsDmytro Soltys1
2023-11-27fix(lua): disallow vim.wait() in fast contextsLewis Russell2
2023-11-26vim-patch:9.0.2128: runtime(swig): add syntax and filetype pluginsChristian Clason2
2023-11-25docs: vim.iter #26169Justin M. Keyes1
2023-11-22vim-patch:596a9f29c83a (#26146)zeertzjq1
2023-11-21perf(lsp): use async fs_stat for file watching on linux (#26123)Mathias Fußenegger1
2023-11-21fix(vim.region): handle multibyte inclusive selection properly (#26129)zeertzjq1
2023-11-20refactor(lsp): add type annotations to _watchfiles (#26109)Mathias Fußenegger1
2023-11-19perf(lsp): replace file polling on linux with per dir watcher (#26108)Mathias Fußenegger1
2023-11-18Merge pull request #25724 from luukvbaal/signmergebfredl2
2023-11-17feat(lsp): support for choice snippet nodesMaria José Solano1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal2
2023-11-17refactor(grid): make screen rendering more multibyte than ever beforebfredl1
2023-11-16fix(osc52): use `p` for primary selection instead of `s` (#26076)Tomasz N1
2023-11-16refactor: use optional base argument of tonumber (#26070)Gregory Anders1
2023-11-16feat(clipboard): enable OSC 52 clipboard provider by default (#26064)Gregory Anders2
2023-11-16feat: add vim.text module (#26069)Gregory Anders2
2023-11-16feat(tui): support DCS responses in TermResponse event (#26061)Gregory Anders1
2023-11-14fix: only attempt to close timer if not already closing (#26047)Gregory Anders1
2023-11-14vim-patch:9.0.2104: wast filetype should be replaced by wat filetypeChristian Clason1
2023-11-14feat(tui): add 'termsync' option (#25871)Gregory Anders1
2023-11-14refactor: vim.ui.clipboard #26040Justin M. Keyes1
2023-11-13refactor: move background color detection into LuaGregory Anders1
2023-11-13fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)Chris Simon1
2023-11-13fix(clipboard): make osc52 work with PUC Lua (#26014)zeertzjq1
2023-11-13vim-patch:9.0.2103: recursive callback may cause issues on some archs (#26013)zeertzjq1
2023-11-12feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW3
2023-11-12vim-patch:9.0.2098: No filetype support for xcompose files (#25983)ObserverOfTime1
2023-11-12vim-patch:1b08d2cd0789 (#25993)zeertzjq1
2023-11-12vim-patch:9.0.2097: No support for cypher filesChristian Clason1
2023-11-09vim-patch:8.2.4932: not easy to filter the output of maplist()zeertzjq1
2023-11-09vim-patch:8.2.4861: it is not easy to restore saved mappingszeertzjq1
2023-11-09vim-patch:8.2.4825: can only get a list of mappingszeertzjq1
2023-11-09vim-patch:8.2.4820: not simple programmatic way to find a specific mappingzeertzjq1
2023-11-09vim-patch:8.2.4140: maparg() does not indicate the type of scriptzeertzjq1
2023-11-09vim-patch:9.0.2095: statusline may look different than expected (#25941)zeertzjq1
2023-11-08fix(clipboard): increase OSC 52 wait timeout (#25936)Gregory Anders1
2023-11-08refactor: move defaults into separate module (#25929)Gregory Anders2
2023-11-08Merge pull request #25767 from luukvbaal/signdelbfredl2
2023-11-08feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2
2023-11-07feat(clipboard): add OSC 52 clipboard supportGregory Anders1
2023-11-07fix(lua): correct return value for on_key with no arguments (#25911)altermo1
2023-11-06feat(tui): use TermResponse event for OSC responses (#25868)Gregory Anders1
2023-11-04docs(treesitter): add disclaimer about needing to parse before `get_node()`L Lllvvuu1