aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix(logging): make logmsg() thread-safe againbfredl2022-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
|/
* build(deps): bump Luv to HEAD - 9f8038633 (#18834)Christian Clason2022-06-02
* fix(lua): stop pending highlight.on_yank timer, if any (#18824)Wsevolod2022-06-02
* Merge pull request #18831 from dundargoc/ci/disable-perl-macosbfredl2022-06-02
|\
| * ci(provider): skip installing perl provider on macOSDundar Goc2022-06-01
* | fix(inccommand): avoid crash if callback changes inccommand option (#18830)zeertzjq2022-06-02
|/
* fix(lsp): adjust offset encoding in lsp.buf.rename() (#18829)Fredrik Ekre2022-06-01
* fix(screen): restart win_update() if a decor provider changes signcols (#18768)zeertzjq2022-06-01
* refactor(clang-tidy): remove nested redundant ifdefs #18811dundargoc2022-06-01
* fix(checkhealth): skip vim.health #18816Javier Lopez2022-06-01
* refactor: correct comments and assertions about mapping rhs <Nop> (#18821)zeertzjq2022-06-01
* fix(inccommand): do not try to preview an ambiguous command (#18827)zeertzjq2022-06-01
* Merge pull request #18583 from gpanders/path-rootGregory Anders2022-05-31
|\
| * 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
|\ \
| * | feat(filetype): convert more patterns to filetype.luaChristian Clason2022-05-30
| * | test(oldtest): disable legacy detect for filetype.luaChristian Clason2022-05-30
* | | vim-patch:8.2.5046: vim_regsub() can overwrite the destination (#18812)zeertzjq2022-05-31
* | | fix(lsp): include cancellable in progress message table (#18809)Chris Kipp2022-05-31
* | | build(deps): bump Luv to HEAD - 02d703b42 (#18808)Christian Clason2022-05-31
* | | docs(dev-style): remove rules covered by uncrustify #18767dundargoc2022-05-30
|/ /
* | docs: clarify that nvim_strwidth counts control characters as one cell (#18802)zeertzjq2022-05-31
* | fix(docs): correct obsolete note about 'writedelay' in dev docsbfredl2022-05-31
* | fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* | Merge pull request #18798 from bfredl/doublehashbfredl2022-05-30
|\ \
| * | refactor(api): use hashy hash for looking up api method and event namesbfredl2022-05-30
| |/
* / docs(clang-format): one space in directives indent (#18800)kylo2522022-05-30
|/
* Merge pull request #18789 from dundargoc/ci/api-docs/run-in-draftsJames McCoy2022-05-29
|\
| * ci(api-docs): run in drafts as wellDundar Goc2022-05-29
* | Merge pull request #18792 from famiu/feat/nvim_create_user_command/smodsbfredl2022-05-29
|\ \
| * | feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* | | test: add tests for inccommand with c_CTRL-R_= and c_CTRL-\_e (#18796)zeertzjq2022-05-29
* | | fix(winbar): set w_winrow_off when initializing firstwin size (#18793)zeertzjq2022-05-29
* | | test(job_spec): remove Xtest_jobstart_env log filezeertzjq2022-05-29
* | | ci(uncrustify): show diff on failure #18780dundargoc2022-05-28
* | | vim-patch:8.2.5037: cursor position may be invalid after "0;" range (#18782)zeertzjq2022-05-29
| |/ |/|
* | Merge pull request #18786 from jamessan/latest-ciJames McCoy2022-05-28
|\ \
| * | ci: use ubuntu-latest for vim-patches and coverity-scanJames McCoy2022-05-28
|/ /
* | test: fixeol cleanup created files #18785Javier Lopez2022-05-28