aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | Fix guessing incorrect color index in terminalSebastian Parborg2016-03-01
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4705 from equalsraf/tb-fix-os-nodetypeJustin M. Keyes2016-05-06
|\ \ \ \ \ \ \ \
| * | | | | | | | Windows: Fix os_nodetype() default returnRui Abreu Ferreira2016-05-06
|/ / / / / / / /
* | | | | | | | Merge pull request #4654 from KillTheMule/testlintJustin M. Keyes2016-05-06
|\ \ \ \ \ \ \ \
| * | | | | | | | Satisfy testlint.KillTheMule2016-04-28
* | | | | | | | | vim-patch: 7.4.1086 #4626Michael Ennen2016-05-06
* | | | | | | | | Windows: find_file_in_path: Handle absolute path. #4711Michael Ennen2016-05-06
* | | | | | | | | Merge pull request #4712 from jamessan/runtime-patchesJustin M. Keyes2016-05-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | version.c: Mark 7.4.1005 as NA, per discussion in #4191James McCoy2016-05-05
| * | | | | | | | | vim-patch:27a82e3James McCoy2016-05-05
| * | | | | | | | | vim-patch:89b24fcJames McCoy2016-05-05
| * | | | | | | | | vim-patch:40a346dJames McCoy2016-05-05
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4540 from KillTheMule/vim-patch-1236Justin M. Keyes2016-05-04
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | vim-patch:7.4.1236pips.linux2016-04-28
* | | | | | | | | | Merge pull request #4677 from KillTheMule/vim-7.4.889Justin M. Keyes2016-05-04
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vim-patch:7.4.889KillTheMule2016-04-29
* | | | | | | | | | | Merge pull request #4644 from KillTheMule/vim-7.4.882Justin M. Keyes2016-05-04
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Even though the patch is not needed for neovim, add a test for the bugfixKillTheMule2016-04-29
| * | | | | | | | | | | vim-patch:7.4.882KillTheMule2016-04-29
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4678 from KillTheMule/vim-7.4.672Justin M. Keyes2016-05-04
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add test for vim-patch 7.4.672KillTheMule2016-05-02
| * | | | | | | | | | | Linting.KillTheMule2016-05-02
| * | | | | | | | | | | vim-patch:7.4.672KillTheMule2016-05-02
* | | | | | | | | | | | Merge pull request #4704 from KillTheMule/vim-runtime-patches-allJustin M. Keyes2016-05-04
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix typo that seems to have been around foreverKillTheMule2016-05-04
| * | | | | | | | | | | | vim-patch:cc7ff3fKillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:256972aKillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:2c5e8e8KillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:d042dc8KillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:e392eb4KillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:b4ff518KillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:d7464beKillTheMule2016-05-03
| * | | | | | | | | | | | vim-patch:a0f849eKillTheMule2016-05-03
* | | | | | | | | | | | | Merge pull request #4680 from equalsraf/tb-windows-winsock2Justin M. Keyes2016-05-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Windows: Include winsock2.h before windows.hRui Abreu Ferreira2016-04-30
* | | | | | | | | | | | | Merge pull request #4688 from ZyX-I/clint-checksJustin M. Keyes2016-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | *: Fix new linter errorsZyX2016-05-01
| * | | | | | | | | | | | clint: Check that boolean operator is placed on the next lineZyX2016-05-01
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4681 from equalsraf/tb-msvc-varmacrosJustin M. Keyes2016-05-01
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | MSVC: Avoid variadic macro bug in STATIC_ASSERTRui Abreu Ferreira2016-04-30
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4597 from bfredl/motionBjörn Linse2016-05-01
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4676 from ZyX-I/fix-hist_char2type-crashJustin M. Keyes2016-04-30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ex_getln: Do not crash with :append/:insert/:changeZyX2016-04-29
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4679 from equalsraf/tb-windows-lcJustin M. Keyes2016-04-29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Windows: without libintl use LC_CTYPE instead of LC_MESSAGESRui Abreu Ferreira2016-04-29
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4675 from barraponto/patch-1Justin M. Keyes2016-04-29
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Increase readability of unit conversion.Capi Etheriel2016-04-29
* | | | | | | | | | | Merge pull request #4674 from equalsraf/tb-include-fcntlJustin M. Keyes2016-04-29
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add missing include fcntl.hRui Abreu Ferreira2016-04-29
|/ / / / / / / / / /