aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #7161 from jamessan/codecovJames McCoy2017-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Ignore QB for codecov's CI statusJames McCoy2017-08-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Collect coverage data for MINGW_64 builds on appveyorJames McCoy2017-08-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Switch to codecov.io for coverage dataJames McCoy2017-08-14
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #6259 from justinmk/ui_refreshJustin M. Keyes2017-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | doc: screen_resize(): remove mention of "mustset"Justin M. Keyes2017-08-14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | ui: disable 'lazyredraw' during ui_refresh.Justin M. Keyes2017-08-14
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #7158 from jamessan/move-tsan-stageJames McCoy2017-08-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | travis: Move TSAN to last stage and allow failureJames McCoy2017-08-13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | lua/executor: Fix crash when printing empty string (#7157)Nikolai Aleksandrovich Pavlov2017-08-13
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | tui: fix DECSCUSR logic #6997Sebastian Parborg2017-08-13
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7088 from justinmk/vimpatchesJustin M. Keyes2017-08-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0235Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | oldtest: cannot `:set term` in NvimJustin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0524Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0518Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0290 vim-patch:8.0.0394Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0311Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0128Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0126Justin M. Keyes2017-08-12
| * | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0090 fix breakindent bugJustin M. Keyes2017-08-12
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #7150 from jamessan/cid-166184James McCoy2017-08-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | coverity/166184: Check length of str, not termJames McCoy2017-08-11
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #7143 from jamessan/log_callstack_to_fileJames McCoy2017-08-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | log: Add log_callstack_to_file()James McCoy2017-08-09
* | | | | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0165 (#7132)KunMing Xie2017-08-10
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7140 'os_stat: return ENOENT on NULL fname'Justin M. Keyes2017-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | buf_write(): handle NULL fname on non-unixJustin M. Keyes2017-08-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | os_stat: return ENOENT on NULL filename argJames McCoy2017-08-10
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #7134 from justinmk/oldtest-tmpdirJustin M. Keyes2017-08-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | oldtest: test_cmdline: Complete "Xtestf" so "Xtest-tmpdir" isn't matchedJames McCoy2017-08-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | oldtest: use TMPDIRJustin M. Keyes2017-08-09
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #7135 from justinmk/buf_writeJames McCoy2017-08-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | buf_write(): wrong argument to os_fileinfo_hardlinksJustin M. Keyes2017-08-09
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | / / / / / / vim-patch:8.0.0149 (#7127)KunMing Xie2017-08-08
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0111 (#7090)KunMing Xie2017-08-06
* | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0147 #7121ckelsel2017-08-06
* | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0143 (#7120)KunMing Xie2017-08-06
* | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0137 (#7119)KunMing Xie2017-08-06
* | | | | | | | | | | | | | | | | | | | | | | | vim-patch:8.0.0086 (#7118)lonerover2017-08-06
| |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #7110 from justinmk/preserve-wildmenuJustin M. Keyes2017-08-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | input: skip dialogs if no UI is activeJustin M. Keyes2017-08-06
| * | | | | | | | | | | | | | | | | | | | | | win_defs.h: redefine RGB macro after undefiningJustin M. Keyes2017-08-06
| * | | | | | | | | | | | | | | | | | | | | | build: silence maybe-uninitialized warningJustin M. Keyes2017-08-06
| * | | | | | | | | | | | | | | | | | | | | | clint: allow starting brace after `enum`Justin M. Keyes2017-08-06
| * | | | | | | | | | | | | | | | | | | | | | test/helpers: disable powershell logo/banner messageJustin M. Keyes2017-08-06
| * | | | | | | | | | | | | | | | | | | | | | terminal: block redraw during c_CTRL-DJustin M. Keyes2017-08-05
| * | | | | | | | | | | | | | | | | | | | | | win_redr_status(): skip if wildmenu is showingJustin M. Keyes2017-08-05
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | / / / / / / vim-patch:8.0.0134 (#7109)KunMing Xie2017-08-05
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | |