aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Make sure standard error reporting facility is not usedZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Fix “echoerr msg not shown” problemZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Uncomment `{REDRAW}` part of “works” testZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Partially uncomment <C-c> testZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Call highlight callback inside :tryZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Make “stops executing callback” test workZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Fix typoZyX2017-06-28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Make tests work with input()ZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Comment out failing testZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Abstract away some ways to enter cmdline coloring modeZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Enable coloring for expression modeZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Add missing wait()ZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | eval,ex_getln: Add support for coloring input() promptsZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Add some more tests, fix some found errorsZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | functests: Start adding some testsZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Add basic support for coloring command-line promptZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Do not do arabic shaping unless neededZyX2017-06-27
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ex_getln: Clean up draw_cmdline a bitZyX2017-06-27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #7167 from jamessan/codecovJames McCoy2017-08-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ci: Rename .codecov.yml → codecov.ymlJames McCoy2017-08-15
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | ci/win: list build permutations explicitly (#7163)Justin M. Keyes2017-08-15
* | | | | | | | | | | | | | | | | | | | | | | | | | | | 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