summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-03-15fix(paste): deal with trailing new line in chunkzeertzjq1
2022-03-15fix(paste): avoid edges cases caused by empty chunkzeertzjq1
2022-03-15refactor(paste): do not print dots in cmdline modezeertzjq1
2022-03-15fix(paste): deal with eol and eof in Visual modezeertzjq1
2022-03-15fix(paste): don't move cursor past the end of pasted text in Normal modezeertzjq1
2022-03-15fix(paste): use getcmdtype() to determine whether in cmdline modezeertzjq1
2022-03-11fix(remote): respect silent in error reportingCharlie Groves1
2022-03-11fix(remote): report on missing wait commands, typecheck lua resultsCharlie Groves1
2022-03-11test(remote): add tests for --remoteCharlie Groves1
2022-03-11feat(remote): add basic --remote supportCharlie Groves1
2022-03-10Merge pull request #17660 from bfredl/luacompletebfredl1
2022-03-10chore: fix typos (#17331)dundargoc1
2022-03-09feat(lua): handle lazy submodules in `:lua vim.` wildmenu completionbfredl1
2022-03-07refactor(lua): make vim submodule lazy loading declarativebfredl3
2022-03-06fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach1
2022-03-06docs(lua): reference runtime/lua/vim/_editor.luazeertzjq2
2022-03-05Merge pull request #17603 from bfredl/luaworldbfredl2
2022-03-05fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach1
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2
2022-03-03refactor(lua): reorganize builtin modules, phase 1bfredl1
2022-03-02feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen1
2022-03-02fix(lsp): respect all of 'fixeol', 'eol', and 'binary' applying edits (#17574)Tim Pope1
2022-02-27Merge pull request #16969 from shadmansaleh/enhance/ingore_nore_on_plug_keymapsbfredl1
2022-02-27chore: remove <Plug> detection from vim.keymapshadmansaleh1
2022-02-26refactor(lua): cleanup and docs for threadsbfredl1
2022-02-26feat(lua): add proper support of luv threadserw71
2022-02-26vim-patch:8.2.4464: Dtrace files are recognized as filetype D (#17518)Christian Clason1
2022-02-21refactor(highlight)!: optional arguments for highlight.range as table (#17462)Christian Clason3
2022-02-20fix(diagnostic): use botright copen for qflist (#17475)Michael Lingelbach1
2022-02-20fix(lsp): use botright copen for all handlers (#17471)Michael Lingelbach1
2022-02-19vim-patch:8.2.4424: ".gts" and ".gjs" files are not recognized (#17464)Christian Clason1
2022-02-19fix: lsp and diagnostic highlight priority (#17461)Michael Lingelbach2
2022-02-18vim-patch:8.2.4414: solidity files are not recognized (#17451)Christian Clason1
2022-02-17vim-patch:8.2.4411: bicep files are not recognized (#17447)Christian Clason1
2022-02-16feat(tree-sitter): allow Atom-style capture fallbacks (#14196)Stephan Seitz1
2022-02-13docs: treesitter.txt - fix overflowing lines, document minimum_language_versi...Chinmay Dalal2
2022-02-12vim-patch:8.2.4352: ReScript files are not recognizedChristian Clason1
2022-02-11Merge pull request #17365 from kevinhwang91/fix-ts-empty-linesChristian Clason1
2022-02-11fix(lsp): correct prefix when filterText is present (#17051)Lajos Koszti1
2022-02-11fix(query.lua): check empty table for lineskevinhwang911
2022-02-08chore: fix typos (#17250)dundargoc1
2022-02-01vim-patch:8.2.4274: Basic and form filetype detection is incomplete (#17259)Christian Clason1
2022-01-31vim-patch:c4573eb12dba (#17258)Christian Clason1
2022-01-30docs: add example to vim.ui.select (#17241)dundargoc1
2022-01-29feat(filetype): convert patterns for mail buffers (#17238)Gregory Anders1
2022-01-29vim-patch:8.2.4251: vala files are not recognized (#17235)Christian Clason1
2022-01-28vim-patch:8.2.4238: *.tf file could be fileytpe "tf" or "terraform"Christian Clason1
2022-01-27feat(ts): expose minimum language version to lua (#17186)Thomas Vigouroux1
2022-01-27fix(ts): escape lang when loading parsers (#16668)Lewis Russell1
2022-01-25vim-patch:8.2.4196: various file types not recognized (#17182)dundargoc1