summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2023-07-24fix(lsp): noisy warning about offset_encodings #24441Keith Smiley1
2023-07-24fix(gx): move to to _init_default_mappings #24420marshmallow1
2023-07-24fix(treesitter): stop() should treat 0 as current buffer #24450Micah Halter1
2023-07-22refactor(lsp): use LspNotify for inlay_hint (#24411)Chris AtLee2
2023-07-22fix(api/options): validate buf and winLewis Russell1
2023-07-22docs(lua): add missing word in docs for vim.empty_dict (#24401)Gnik1
2023-07-21fix(ui.open): some URLs fail on Windowsmarshmallow1
2023-07-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee6
2023-07-19docs(lua): clarify fs.find() documentation #24394futsuuu1
2023-07-19feat(lsp): handle multiple clients in omnifunc (#24381)Mathias Fußenegger1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell34
2023-07-18fix(fs.lua): normalize slash truncation (#23753)Mike1
2023-07-17Merge pull request #24363 from lewis6991/docs/luatypesLewis Russell13
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger4
2023-07-17fix: doc errorsLewis Russell1
2023-07-17fix: luacheckLewis Russell8
2023-07-17docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell7
2023-07-17docs(lua): move function docs to lua filesLewis Russell9
2023-07-17refactor: rename _meta.lua to _options.luaLewis Russell2
2023-07-16fix(lsp): markdown code fence should allow space before info string #24364Mike1
2023-07-14feat(lsp): map K to hover by default #24331Mathias Fußenegger1
2023-07-14fix(lsp): remove unknown LSP protocol property (#24345)Techatrix1
2023-07-13docs(lua): adds links to related keymap functions to keymap.set (#24337)Mathias Fußenegger1
2023-07-12feat(lsp): add method filter to get_active_clients (#24319)Mathias Fußenegger2
2023-07-10fix(lint): lint warnings #24226Raphael11
2023-07-08fix(defaults): visual star (*) on text with "?"Justin M. Keyes1
2023-07-08fix(defaults): visual hash (#) on text with "?"Justin M. Keyes1
2023-07-08docs: MAINTAIN.md, nvim_get_markJustin M. Keyes1
2023-07-08fix(lsp): don't use hl_mode = combine for inlay hints #24276Chinmay Dalal1
2023-07-07feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell1
2023-07-07fix(treesitter): update folds in all relevant windows (#24230)Jaehwang Jung1
2023-07-06refactor(defaults): use vim.region for visual star (*,#)Justin M. Keyes1
2023-07-06fix(defaults): visual mode star (*,#) is fragileSteven Ward1
2023-07-06fix(vim.system): close check handle (#24270)zeertzjq1
2023-07-05fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2
2023-07-04fix(gx): visual selection, expand env varsJustin M. Keyes2
2023-07-04feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow2
2023-07-04fix(lsp): revert change to buf.clear_references() #24238Raphael2
2023-07-02perf(treesitter): cache fold query (#24222)Jaehwang Jung1
2023-07-01fix(lsp): lint warnings, default offset_encoding #24046Raphael6
2023-07-01feat(treesitter): bundle markdown parser and queries (#22481)Christian Clason1
2023-06-30fix(lsp): fix attempt to call non existent function (#24212)Sanchayan Maity1
2023-06-30feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger4
2023-06-29fix(lsp): inlay_hint nil reference error #24202Chinmay Dalal1
2023-06-27fix(treesitter): handle empty region when logging (#24173)Jaehwang Jung1
2023-06-27fix(treesitter): make foldexpr work without highlighting (#24167)Jaehwang Jung1
2023-06-27docs(diagnostic): return value of get() #24144NAKAI Tsuyoshi1
2023-06-27vim-patch:9.0.1668: PEM files are not recognized (#24169)ObserverOfTime1
2023-06-26vim-patch:9.0.1632: not all cabal config files are recognized (#24025)Jonas Strittmatter1
2023-06-25Merge #24116 from justinmk/docJustin M. Keyes5