aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | vim-patch:7.4.1046James McCoy2016-05-18
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4753 from dmerejkowsky/cmake-ninja-test-outputJustin M. Keyes2016-05-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix running tests from NinjaDimitri Merejkowsky2016-05-17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #4734 from jbradaric/vim-7.4.1102Justin M. Keyes2016-05-18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | vim-patch:7.4.1832Jurica Bradaric2016-05-17
| * | | | | | | | ex_cmds2: Fix memory leak.Jurica Bradaric2016-05-17
| * | | | | | | | 108_backtrace_debug_comands: Fix linter errors.Jurica Bradaric2016-05-17
| * | | | | | | | Remove unnecessary forward function declarations.Jurica Bradaric2016-05-17
| * | | | | | | | vim-patch:7.4.1110Jurica Bradaric2016-05-17
| * | | | | | | | vim-patch:7.4.1102Jurica Bradaric2016-05-17
* | | | | | | | | Merge pull request #4768 from justinmk/char_uJustin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | msg_puts_printf: remove char_uJustin M. Keyes2016-05-17
| |/ / / / / / /
* | | | | | | | Merge pull request #4759 from jbradaric/vim-7.4.1513Justin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \
| * | | | | | | | vim-patch:7.4.1513Jurica Bradaric2016-05-15
* | | | | | | | | Merge pull request #4769 from jamessan/vim-7.4.1568Justin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ci: test: Replace hard-coded commands with Makefile's targetsJames McCoy2016-05-17
| * | | | | | | | | Makefile: Ensure tags are generated before running oldtestJames McCoy2016-05-17
| * | | | | | | | | vim-patch:7.4.1728Michael Ennen2016-05-17
| * | | | | | | | | vim-patch:7.4.1571James McCoy2016-05-17
| * | | | | | | | | vim-patch:7.4.1568Michael Ennen2016-05-17
* | | | | | | | | | Merge pull request #4770 from jamessan/vim-patch-listJustin M. Keyes2016-05-17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | vim-patch.sh: Ignore “git describe” failures in list_vim_patchesJames McCoy2016-05-17
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4742 from brcolow/shellcheck-lintJustin M. Keyes2016-05-16
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Run shellcheck (shell scripting linter) on shell scripts.Michael Ennen2016-05-11
* | | | | | | | | indent/lua.vim: fix indent of nested elseifJustin M. Keyes2016-05-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix indenting nested elseifsRobert Andrew Ditthardt2015-12-12
* | | | | | | | | | Merge pull request #3522 from wdv4758h/clang-3.7-optionsJustin M. Keyes2016-05-16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | build: fix '-fno-sanitize-recover' warning in Clang 3.7Chiu-Hsiang Hsu2015-11-03
* | | | | | | | | | | Merge pull request #4743 from jamessan/vim-7.4.1037Justin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | vim-patch:fa73534James McCoy2016-05-14
| * | | | | | | | | | | Linting fixups for vim-patch:7.4.1037James McCoy2016-05-14
| * | | | | | | | | | | vim-patch:7.4.1037James McCoy2016-05-14
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4760 from justinmk/term-use-after-freeJustin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | term_close: fix use-after-freeoni-link2016-05-15
| * | | | | | | | | | | test: term_close use-after-freeJustin M. Keyes2016-05-15
* | | | | | | | | | | | Merge pull request #4527 from philix/env-refactorJustin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | os/env.c: document remove_tail() properlyFelipe Oliveira Carvalho2016-05-15
| * | | | | | | | | | | os/env.c: declare srcp and dst as restrict in expand_env_esc()Felipe Oliveira Carvalho2016-05-15
| * | | | | | | | | | | os/env.c: cosmetic changes done during review of the fileFelipe Oliveira Carvalho2016-05-15
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4764 from justinmk/term-double-freeJustin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ex_terminal(): fix double-freeJustin M. Keyes2016-05-15
| * | | | | | | | | | | test: ex_terminal() double-freeJustin M. Keyes2016-05-15
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4765 from jdelkins/doitJustin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | clipboard: support "doit" toolJoel D. Elkins2016-05-15
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2717 from lucc/test68Justin M. Keyes2016-05-15
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | tests: Migrate legacy test 68.Lucas Hoffmann2016-02-24
* | | | | | | | | | Merge pull request #4755 from jszakmeister/fix-endian-h-on-bsdJustin M. Keyes2016-05-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix be64toh() detection on BSDs.John Szakmeister2016-05-14
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4757 from KillTheMule/fix-tui_specJustin M. Keyes2016-05-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix tui_spec.lua for QB/TravisKillTheMule2016-05-14
| |/ / / / / / / / /