-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.1.2357: no test with wrong argument for rand() * 8.1.2356: rand() does not use the best algorithm * 8.1.2355: test with "man" fails on FreeBSD * 8.1.2354: Cirrus CI runs on another repository * 8.1.2353: build failure on FreeBSD
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* Merge branch 'master' of github.com:vim/vim\n|\ \n| * Merge pull request #5275 from vim/revert-5273-cirrus_ci\n| |\ \n| | * Revert "Cirrus CI: add a simple CI using BSD"\n| |/ \n| * Merge pull request #5273 from chrisbra/cirrus_ci\n| * Cirrus CI: add a simple CI using BSD\n* [8.1.2352](https://github.com/vim/vim/releases/tag/v8.1.2352): CI doesn't cover FreeBSD | ||
* [8.1.2357](https://github.com/vim/vim/releases/tag/v8.1.2357): no test with wrong argument for rand()\n* [8.1.2356](https://github.com/vim/vim/releases/tag/v8.1.2356): rand() does not use the best algorithm\n* [8.1.2355](https://github.com/vim/vim/releases/tag/v8.1.2355): test with "man" fails on FreeBSD\n* [8.1.2354](https://github.com/vim/vim/releases/tag/v8.1.2354): Cirrus CI runs on another repository\n* [8.1.2353](https://github.com/vim/vim/releases/tag/v8.1.2353): build failure on FreeBSD |
Submodule vim
updated
8 files
+10 −3 | .cirrus.yml | |
+2 −2 | README.md | |
+7 −7 | runtime/doc/eval.txt | |
+65 −54 | src/evalfunc.c | |
+2 −2 | src/testdir/test_normal.vim | |
+10 −6 | src/testdir/test_random.vim | |
+10 −0 | src/version.c | |
+1 −1 | src/vim.h |