aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | vim-patch:8.2.1295: tests 44 and 99 are old styleJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.1292: AIDL filetype not recognizedJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.1.2340: quickfix test fails under valgrind and asanJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.1.1202: always get regexp debugging logs when building with -DDEBUGJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.1.0194: possibly use of NULL pointerJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.1.0192: executing regexp recursively fails with a crashJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.1267: MS-Windows: tests may fail due to $PROMPT valueJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.1265: crash with EXITFREE when split() failsJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.1259: empty group in 'tabline' may cause using an invalid pointerJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.1004: line numbers below filler lines not always updatedJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.0072: memory test still fails on Cirrus CIJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.1.2172: spell highlight is wrong at start of the lineJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.0.1774: reading very long lines can be slowJan Edmund Lazo2020-08-02
| * | | | | vim-patch:8.2.1254: MS-Windows: regexp test may fail if 'iskeyword' set wronglyJan Edmund Lazo2020-08-02
|/ / / / /
* | | | | Merge pull request #12700 from jamessan/fileinfo-garbageJames McCoy2020-08-02
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge remote-tracking branch 'upstream/master' into fileinfo-garbageJames McCoy2020-07-31
| |\ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
* | | | Merge pull request #12699 from jamessan/getnJames McCoy2020-07-31
|\ \ \ \
| * | | | lua: Use #var instead of deprecated table.getn(var)James McCoy2020-07-31
| * | | | luacheck: Enforce compatibility with Lua5.1James McCoy2020-07-31
* | | | | shada: fix failed assertion on exit (#12692)erw72020-07-31
|/ / / /
* | | | Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson2020-07-30
* | | | Merge pull request #12685 from BigPeet/vim-patch-8.2.1252James McCoy2020-07-29
|\ \ \ \ | |_|_|/ |/| | |
| * | | vim-patch:8.2.1252: ":marks" may show '< and '> mixed upPeter Wolf2020-07-28
|/ / /
* | | Merge pull request #12687 from erw7/fix-terminal-overflowerw72020-07-29
|\ \ \
| * | | terminal: fix terminal attribute overflowerw72020-07-29
|/ / /
* | | Merge pull request #12673 from erw7/fix-tv-dict-add-strerw72020-07-26
|\ \ \
| * | | typval: fix incompatibility with vimerw72020-07-23
| | |/ | |/|
* | | script: simplify python version check (#12672)jnozsc2020-07-24
* | | build: remove duplicate empty CONFIGURE_COMMAND (#12676)Christian Clason2020-07-24
* | | ci: fix build failure in Travis [skip appveyor] (#12678)erw72020-07-24
|/ /
* | Merge pull request #12646 from vigoux/ts-fix-tildeMatthieu Coudron2020-07-21
|\ \
| * | buffer_updates: prefer using ml_add_deleted_len_bufThomas Vigouroux2020-07-21
| * | buffer_updates: emit valid old_byte_sizeThomas Vigouroux2020-07-21
* | | Merge pull request #12654 from cbarrete/nomodifiable-hoverMatthieu Coudron2020-07-21
|\ \ \
| * | | Make the window `nomodifiable` when it's createdCédric Barreteau2020-07-20
| * | | LSP: make the hover window nomodifiableCédric Barreteau2020-07-20
| |/ /
* | | man.vim: Simplify man#init to reduce load time (#12482)Anmol Sethi2020-07-21
* | | Merge pull request #12575 from cbarrete/vim-8.2.0935Matthieu Coudron2020-07-20
|\ \ \ | |/ / |/| |
| * | Fix documentationCédric Barreteau2020-07-20
| * | Prevent `flatten` from taking a null listCédric Barreteau2020-07-15
| * | vim-patch:8.2.0937: asan failure in the flatten() testCédric Barreteau2020-07-15
| * | vim-patch:8.2.0935: flattening a list with existing code is slowCédric Barreteau2020-07-15
* | | Merge pull request #12653 from erw7/fix-build-freebsd-ciJames McCoy2020-07-20
|\ \ \
| * | | build: Fix build failure with CI in FreeBSDerw72020-07-20
| |/ /
* | | eval: improve ex_execute (#12445)erw72020-07-20
* | | lua: Fix crash on unprotected lua errors (#12658)TJ DeVries2020-07-19
* | | doc: Add documentation for some `vim.lsp.buf` functions (#12552)cbarrete2020-07-19
* | | Fix / improve report messages (#12396)David Lukes2020-07-19
* | | Merge pull request #12480 from nhooyr/mansect-trimMatthieu Coudron2020-07-19
|\ \ \
| * | | man.vim: Remove unnecessary codeAnmol Sethi2020-06-13