aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
|/ /
* | Merge pull request #12731 from jamessan/libcallnrJames McCoy2020-08-10
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into libcallnrJames McCoy2020-08-08
| |\ \
| * | | libcall: Use "int" for number argumentJames McCoy2020-08-08
* | | | fix: runtimepath always updates lua package.pathTJ DeVries2020-08-10
* | | | Merge pull request #12621 from Shougo/vim-8.1.1564Matthieu Coudron2020-08-09
|\ \ \ \ | |_|/ / |/| | |
| * | | vim-patch:8.1.1570: icon signs not displayed properly in the number columnShougo Matsushita2020-07-23
| * | | vim-patch:8.1.1564: sign column takes up spaceShougo Matsushita2020-07-23
| * | | vim-patch:8.1.1712: signs in number column cause text to be misalignederw72020-07-23
| * | | vim-patch:8.1.1623: display wrong with signs in narrow number columnerw72020-07-23
| * | | vim-patch:8.1.1564: sign column takes up spaceShougo Matsushita2020-07-23
* | | | Merge pull request #12701 from erw7/fix-sattr-t-overflowerw72020-08-03
|\ \ \ \
| * | | | ui: fix problem with sattr_T overflowerw72020-08-02
* | | | | vim-patch:8.1.0264: backup tests fail when CWD is in /tmpJan Edmund Lazo2020-08-02
* | | | | vim-patch:8.1.0255: backup test fails when using shadow directoryJan Edmund Lazo2020-08-02
* | | | | options: fix 'isident' for WindowsJan Edmund Lazo2020-08-02
* | | | | vim-patch:8.1.0862: no verbose version of character classesJan Edmund Lazo2020-08-02
* | | | | 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.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 remote-tracking branch 'upstream/master' into fileinfo-garbageJames McCoy2020-07-31
|\| | | | | |_|/ / |/| | |
| * | | shada: fix failed assertion on exit (#12692)erw72020-07-31
| * | | vim-patch:8.2.1252: ":marks" may show '< and '> mixed upPeter Wolf2020-07-28
| | |/ | |/|
| * | terminal: fix terminal attribute overflowerw72020-07-29
| * | typval: fix incompatibility with vimerw72020-07-23
| |/
| * 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 #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
| * | Merge pull request #12448 from erw7/fix-shada-write-error-on-exitMatthieu Coudron2020-07-19
| |\ \
| | * | vim-patch:8.2.0920: writing viminfo fails with a circular referenceerw72020-06-09
| | * | shada: fix write E5004 error on exiterw72020-06-08