aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | 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
| * | fix(vim-patch.sh)Justin M. Keyes2022-05-28
| * | fix(treesitter): offset directive associates range with capture (#18276)Lewis Russell2022-05-28
| |/
| * refactor(regexp_nfa.c): match where Vim calls fopen() (#18778)zeertzjq2022-05-28
| * Merge pull request #18776 from famiu/fix/winbar_noroombfredl2022-05-28
| |\
| | * fix(winbar): only allow adding winbar when there is spaceFamiu Haque2022-05-28
| * | docs(options): move all removed options to vim_diff.txt (#18770)dundargoc2022-05-28
| |/
| * fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq2022-05-28
| * test(unit): use setup()/teardown() in buffer_spec.lua (#18739)Jun-ichi TAKIMOTO2022-05-28
| * fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
| * vim-patch:8.2.5024: using freed memory with "]d" (#18762)zeertzjq2022-05-27
| * Merge pull request #18306 from lewis6991/fnfastbfredl2022-05-26
| |\
| | * fixup: update test/functional/lua/vim_spec.luaLewis Russell2022-05-17
| | * feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
| * | Merge pull request #17742 from dundargoc/doxygen/normalzeertzjq2022-05-26
| |\ \
| | * | refactor(normal): convert function comments to doxygen formatDundar Göc2022-05-26
| * | | feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger2022-05-26
| |/ /
| * | refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
| * | Merge pull request #18738 from zeertzjq/vim-8.2.5010zeertzjq2022-05-26
| |\ \
| | * | vim-patch:8.2.5010: the terminal debugger uses various global variableszeertzjq2022-05-26
| | * | docs: add missing termdebug docs from Vim runtime updateszeertzjq2022-05-26
| * | | vim-patch:8.2.5015: Hoon and Moonscript files are not recognized (#18747)dundargoc2022-05-25
| |/ /
| * | Merge pull request #18748 from dundargoc/ci/msvcJames McCoy2022-05-25
| |\ \
| | * | ci(mingw): only enable -municode for MinGWDundar Goc2022-05-25
| * | | vim-patch:8.2.5016: access before start of text with a put command (#18742)zeertzjq2022-05-26
| |/ /
| * | refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
| * | refactor(lsp): remove redundant client cleanup (#18744)Gregory Anders2022-05-25
| * | feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger2022-05-25
| * | fix(lsp): respect global syntax setting in open float preview (#15225)Elton Leander Pinto2022-05-25
| * | Merge pull request #18528 from lewis6991/setwinoptbfredl2022-05-25
| |\ \
| | * | feat(api): add win and buf to nvim_set_option_valueLewis Russell2022-05-17
| | |/