aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
* vim-patch:d592deb33652 (#19002)Christian Clason2022-06-17
* docs: improve 'insertmode' emulation #18962zeertzjq2022-06-16
* Merge #8519 feat: name, test ids, sockets in stdpath(state)Justin M. Keyes2022-06-17
|\
| * feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
* | fix(treesitter): new iter if foldedkevinhwang912022-06-16
* | vim-patch:8.2.5110: icon filetype not recognized from the first line (#18987)Christian Clason2022-06-16
* | fix(lua): highlight.on_yank can close timer in twice #18976notomo2022-06-15
|/
* vim-patch:8c1b8cb2e0b5 (#18966)Christian Clason2022-06-15
* docs: fix typos (#18866)dundargoc2022-06-15
* vim-patch:6ba83ba9ee29 (#18948)Christian Clason2022-06-14
* feat(lsp): sort codelens if multiple item per line (#18951)rhcher2022-06-13
* feat: cmdheight=0 #16251Shougo2022-06-13
* refactor(api): update vimdocbfredl2022-06-12
* vim-patch:partial:63f32603789d (#18916)Christian Clason2022-06-10
* feat(filetype): remove side effects from vim.filetype.match (#18894)Gregory Anders2022-06-09
* vim-patch:8.2.5066: lcs-leadmultispacezeertzjq2022-06-09
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* fix(diagnostic): check for negative column value (#18868)mohsen2022-06-08
* fix(eval/f_getmatches): return empty list for invalid win argument (#18893)Sean Dewar2022-06-07
* vim-patch:partial:016188fd8a30 (#18890)Christian Clason2022-06-07
* refactor(runtime): port remaining patterns from filetype.vim to filetype.lua ...Jonas Strittmatter2022-06-06
* docs: documenting struct members inline #18783Javier Lopez2022-06-06
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* Merge pull request #18864 from bfredl/optcutbfredl2022-06-05
|\
| * perf(tests): don't invoke nvim_get_all_options_info until neededbfredl2022-06-05
* | fix(startup): nvim with --clean should not load user rpluginsbfredl2022-06-04
|/
* vim-patch:partial:cfa8f9a3f285 (#18858)Christian Clason2022-06-04
* fix(lsp): set buflisted before switching to buffer (#18854)zeertzjq2022-06-04
* vim-patch:8.2.5054: no good filetype for conf files similar to dosini (#18851)Christian Clason2022-06-04
* docs: fix typos (#18269)dundargoc2022-06-04
* fix(filetype): fix typo in starsetf function (#18856)Gregory Anders2022-06-03
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* feat(lsp): add a start function (#18631)Mathias Fußenegger2022-06-03
* Merge pull request #18730 from bfredl/apiconvertbfredl2022-06-02
|\
| * refactor(api): use a unpacker based on libmpack instead of msgpack-cbfredl2022-06-02
* | fix(treesitter): correct region for string parser (#18794)Christian Clason2022-06-02
|/
* fix(lua): stop pending highlight.on_yank timer, if any (#18824)Wsevolod2022-06-02
* fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)Fredrik Ekre2022-06-01
* fix(checkhealth): skip vim.health #18816Javier Lopez2022-06-01
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* feat(fs): add vim.fs.normalize()Gregory Anders2022-05-31
* feat(fs): add vim.fs.find()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dir()Gregory Anders2022-05-31
* feat(fs): add vim.fs.basename()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dirname()Gregory Anders2022-05-31
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720Javier Lopez2022-05-31
* Merge pull request #18194 from famiu/feat/usercmd_previewbfredl2022-05-31
|\
| * feat: add preview functionality to user commandsFamiu Haque2022-05-31
* | Merge pull request #18219 from kessejones/filetype-luaGregory Anders2022-05-31
|\ \