summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2024-10-17feat(lsp.util): use vim.w/bLewis Russell1
2024-10-17feat(lsp.util): remove some aliasesLewis Russell1
2024-10-17feat(lsp.util): remove unneeded tableLewis Russell1
2024-10-17fix(lsp.util): inconsistent handling of offset_encodingLewis Russell3
2024-10-17feat(lsp.util): get_bufs_with_prefix -> get_writeable_bufsLewis Russell1
2024-10-17feat(lsp.util): refactor get_border_size()Lewis Russell1
2024-10-17feat(lsp.util): simplify some bounds checkingLewis Russell1
2024-10-17feat(lsp.util): remove metatable in locations_to_itemsLewis Russell1
2024-10-17feat(lsp.util): refactor symbols_to_items()Lewis Russell1
2024-10-17feat(lsp.util): remove uneeded do-endLewis Russell1
2024-10-17feat(lsp.util): use vim.api aliasLewis Russell1
2024-10-17feat(lsp.util): fix type errorsLewis Russell1
2024-10-17feat(meta): add type for quickfix entriesLewis Russell2
2024-10-17feat(lsp): show server name in code actions #30830Jordan1
2024-10-17vim-patch:6c2fc37: runtime(help): Update help syntaxzeertzjq2
2024-10-16fix(lsp): str_byteindex_enc bounds checking #30747Tristan Knight1
2024-10-16feat(lsp.util): remove lsp spec extractLewis Russell1
2024-10-16feat(lsp.util): use faster version of vim.validateLewis Russell1
2024-10-15fix(runtime): clean up one-off scriptsChristian Clason1
2024-10-15vim-patch:9.1.0785: cannot preserve error position when setting quickfix list...zeertzjq1
2024-10-15fix(lsp): handle multiline signature help labels #30460Maria José Solano2
2024-10-15vim-patch:5bcfb5a: runtime(doc): add some docs for file-watcher programszeertzjq1
2024-10-15vim-patch:7b5e52d: runtime(doc): add preview flag to statusline examplezeertzjq1
2024-10-14vim-patch:9.1.0779: filetype: neomuttlog files are not recognizedChristian Clason1
2024-10-14vim-patch:9.1.0778: filetype: lf config files are not recognizedChristian Clason1
2024-10-13docs: update autotrigger description of vim.lsp.compleiton.BufferOpts (#30796)glepnir1
2024-10-13vim-patch:9.1.0777: filetype: Some upstream php files are not recognizedChristian Clason1
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-11feat(defaults): map gri to vim.lsp.buf.implementation() (#30764)Gregory Anders1
2024-10-11fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins2
2024-10-11feat(treesitter): introduce child_with_descendant()Riley Bruins2
2024-10-11fix(lsp): set 'smoothscroll' in docs hover #30748Justin M. Keyes1
2024-10-11vim-patch:9.1.0773: filetype: some Apache files are not recognizedChristian Clason1
2024-10-10vim-patch:9.1.0774: "shellcmdline" doesn't work with getcompletion() (#30750)zeertzjq1
2024-10-10fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N1
2024-10-10vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq1
2024-10-09docs(lua): "vim.bo" is always equivalent to :setlocal (#30733)zeertzjq1
2024-10-09vim-patch:9.1.0769: filetype: MLIR files are not recognizedChristian Clason1
2024-10-09vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq1
2024-10-07docs: dev-arch, focusable windows #30510Justin M. Keyes3
2024-10-07fix(lsp): tagfunc fails in unusual buffer #30700Justin M. Keyes1
2024-10-07docs: generate params/returns in builtin.txt #30654Justin M. Keyes1
2024-10-07vim-patch:9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed co...zeertzjq1
2024-10-07vim-patch:fd4e47e: runtime(doc): clarify the effect of 'startofline' option (...zeertzjq1
2024-10-06feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes1
2024-10-06feat(docs): improve `@see` meta docstrings #30693Justin M. Keyes1
2024-10-06fix(runtime): fully port emoji_list to LuaChristian Clason1
2024-10-06fix(docs): markdown instead of vimdoc in meta docstrings #30680Justin M. Keyes1
2024-10-05fix(docs): missing `@returns` desc in _meta/api.lua #30673Justin M. Keyes1