aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* vim-patch:8.2.4238: *.tf file could be fileytpe "tf" or "terraform"Christian Clason2022-01-28
* docs(helphelp): remove extra backtick interference (#17201)dundargoc2022-01-27
* feat(ts): expose minimum language version to lua (#17186)Thomas Vigouroux2022-01-27
* fix(ts): escape lang when loading parsers (#16668)Lewis Russell2022-01-27
* Merge pull request #17166 from Shougo/vim-8.2.4160bfredl2022-01-27
|\
| * vim-patch:8.2.4160: cannot change the register used for Select mode deleteShougo Matsushita2022-01-22
* | Merge pull request #17145 from zeertzjq/vim-8.2.0128bfredl2022-01-27
|\ \
| * | vim-patch:8.2.0128: cannot list options one per linezeertzjq2022-01-20
| |/
* | Merge pull request #17095 from zeertzjq/vim-8.2.3227bfredl2022-01-27
|\ \
| * | vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solutionzeertzjq2022-01-15
| * | vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
* | | vim-patch:8.2.4196: various file types not recognized (#17182)dundargoc2022-01-25
* | | Merge pull request #17156 from zeertzjq/vim-8.2.3584bfredl2022-01-23
|\ \ \
| * | | vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
* | | | vim-patch:6f4754b9f725 (#17179)Christian Clason2022-01-23
* | | | vim-patch:8.2.4188: not all gitconfig files are recognized (#17178)Christian Clason2022-01-23
* | | | vim-patch:8.2.4191: json5 files are not recognized (#17180)dundargoc2022-01-23
* | | | vim-patch:8.2.4187: gnuplot file not recognized (#17177)Christian Clason2022-01-23
* | | | Merge pull request #16936 from zeertzjq/no-escape-csibfredl2022-01-21
|\ \ \ \
| * | | | refactor: remove the <xCSI> keyzeertzjq2022-01-21
| |/ / /
* / / / vim-patch:8.2.4172: filetype detection for BASIC is not optimal (#17161)Christian Clason2022-01-21
|/ / /
* | | docs(lsp): fix on_publish_diagnostics example (#17146)xnmet2022-01-21
* | | feat(lsp): add handler for workspace/workspaceFolders (#17149)Michael Lingelbach2022-01-21
| |/ |/|
* | refactor: source ftplugin.vim separately from filetype.vim (#17129)Gregory Anders2022-01-18
* | refactor: enable filetype detection before user startup scripts (#17040)Gregory Anders2022-01-17
* | fix(man.vim): support calling :Man without a section again (#17119)zeertzjq2022-01-17
* | docs: regenerate [skip ci]marvim2022-01-17
* | perf(lsp): request only changed portions of the buffer in changetracking (#17...Michael Lingelbach2022-01-17
* | vim-patch:fd31be29b822 (#17114)Christian Clason2022-01-17
* | fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg2022-01-15
* | fix(lsp): fetch offset_encoding from client in references (#17104)Michael Lingelbach2022-01-15
* | feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2022-01-15
* | vim-patch:8.2.4095: sed script not recognized by the first line (#17101)Christian Clason2022-01-15
|/
* feat(lsp): dynamically generate list title in response_to_list (#17081)Gregory Anders2022-01-14
* fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders2022-01-14
* fix(lsp): always split text edits on \r, \r\n, and \n (#17087)Michael Lingelbach2022-01-14
* fix(filetype): fix foam pattern detectionGregory Anders2022-01-13
* feat(filetype.lua): fix .cc file not detectedrhcher2022-01-13
* feat(filetype.lua): add support for files under .gitSanchayan Maity2022-01-13
* feat(filetype.lua): add support for patch filesSanchayan Maity2022-01-13
* feat(filetype.lua): add support for tmux.conf filesGary Sentosa2022-01-13
* feat(filetype.lua): fix .env file not detectedGary Sentosa2022-01-13
* vim-patch:8.2.4077: not all Libsensors files are recognized (#17080)Christian Clason2022-01-13
* fix(lsp): forward offset_encoding in rename handler (#17079)Michael Lingelbach2022-01-13
* fix(lsp): forward offset_encoding to apply_text_edits (#17075)Michael Lingelbach2022-01-13
* fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach2022-01-13
* fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger2022-01-13
* fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th2022-01-13
* Merge pull request #16945 from theHamsta/cached-queriesThomas Vigouroux2022-01-13
|\
| * perf(treesitter): cache query parsingStephan Seitz2022-01-06