aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
| * | refactor(api): make `range` in `nvim_parse_cmd` an arrayFamiu Haque2022-05-05
| |/
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-04
| * feat(nvim_parse_cmd): add range, count, reg #18383Famiu Haque2022-05-04
| * refactor(lua): replace hard-coded gsub with vim.pesc() (#18407)James McCoy2022-05-04
| * fix(filetype): fixup scd filetype detection (#18403)Gregory Anders2022-05-03
| * refactor(runtime): convert dist#ft functions to lua (#18247)Jonas Strittmatter2022-05-03
| * Merge pull request #15674 from yatli/ui_event_extmarkbfredl2022-05-03
| |\
| | * feat(api/ui): win_extmarksYatao Li2022-05-03
| * | feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
| * | feat(lua): vim.deprecate() #18320dundargoc2022-05-03
| * | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009Justin M. Keyes2022-05-03
| * | fix(lsp): add missing bufnr argument (#18382)Jose Alvarez2022-05-03
| |/
| * vim-patch:8.2.4859: wget2 files are not recognized (#18385)Christian Clason2022-05-03
| * Merge pull request #18357 from bfredl/ui_stdinbfredl2022-05-02
| |\
| | * refactor(ui): simplify stdin handlingbfredl2022-05-02
| * | Merge pull request #18353 from jamessan/ft-match-fixJames McCoy2022-05-02
| |\ \ | | |/ | |/|
| | * fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy2022-05-02
| * | vim-patch:8.2.4857: Yaml indent for multiline is wrong (#18365)Christian Clason2022-05-02
| * | vim-patch:8.2.4855: robot files are not recognized (#18364)Christian Clason2022-05-02
| |/
| * fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman2022-05-01
| * docs: syntax is enabled by default (#17637)Christian Clason2022-05-01
| * docs(api): more API attributes #18336ii142022-04-30
| * docs: move "hl-VertSplit" to deprecated.txt #18328Famiu Haque2022-04-30
| * fix(lsp): fix infinite loop in resolved_capabilities deprecation message (#18...ii142022-04-30
| * fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
| * Merge pull request #18231 from famiu/feat/api/parse_cmdlinebfredl2022-04-30
| |\
| | * feat(api): add `nvim_parse_cmdline`Famiu Haque2022-04-30
| * | vim-patch:8.2.4849: Gleam filetype not detected (#18326)Christian Clason2022-04-30
| * | feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30
| |/
| * feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
| * fix(handlers): more specific error messages (#16772)kylo2522022-04-30
| * chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
| * feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
| * feat(lsp): show feedback on empty hover response (#18308)Mathias Fußenegger2022-04-29
| * feat(mappings): do not simplify the rhs of a mappingzeertzjq2022-04-29
| * feat(mappings): do not replace existing mapping for simplified formzeertzjq2022-04-29
| * test: revert test and doc changes from #6724, add a test for #6716zeertzjq2022-04-29
| * vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nicezeertzjq2022-04-29
| * vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
| * feat(edit): insert an unsimplified key using CTRL-SHIFT-Vzeertzjq2022-04-29
| * vim-patch:ce001a337e28 (#18287)Christian Clason2022-04-27
| * refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
| * feat(checkhealth): check for slow shell #17829Philip Linell2022-04-26
| * fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
| * feat(tui): query terminal for CSI u support (#18181)Gregory Anders2022-04-25
| * vim-patch:8.2.4760: using matchfuzzy() on a long list can take a whilezeertzjq2022-04-26
| * vim-patch:8.2.4826: .cshtml files are not recognized (#18259)Christian Clason2022-04-25
| * fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
| * revert: "man.vim: Ensure 'modifiable' in man#init_pager" #17791dundargoc2022-04-25
| * docs: clarify enhanced modifiers, SHIFT usage #18124Joel Bradshaw2022-04-24