Patch 8.1.2352 Problem: CI doesn't cover FreeBSD. Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273) Files: .cirrus.yml, README.md
*** ../vim-8.1.2351/.cirrus.yml 2019-11-27 21:54:53.006023177 +0100 --- .cirrus.yml 2019-11-27 21:53:11.266504548 +0100 *************** *** 0 **** --- 1,9 ---- + freebsd_12_task: + freebsd_instance: + image: freebsd-12-1-release-amd64 + install_script: + pkg install -y gettext gmake + build_script: + - gmake + test_script: + - gmake test *** ../vim-8.1.2351/README.md 2019-02-17 23:26:47.206170316 +0100 --- README.md 2019-11-27 21:53:11.266504548 +0100 *************** *** 2,12 **** --- 2,14 ---- [](https://travis-ci.org/vim/vim) [](https://ci.appveyor.com/project/chrisbra/vim) + [](https://cirrus-ci.com/github/chrisbra/vim) [](https://codecov.io/gh/vim/vim?branch=master) [](https://scan.coverity.com/projects/vim) [](https://lgtm.com/projects/g/vim/vim/context:cpp) [](https://buildd.debian.org/vim) [](https://repology.org/metapackage/vim) + For translations of this README see the end. ## What is Vim? ## *************** *** 29,35 **** difficult. Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me, Amiga DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. - ## Distribution ## You can often use your favorite package manager to install Vim. On Mac and --- 31,36 ---- *************** *** 141,143 **** --- 142,149 ---- This is `README.md` for version 8.1 of Vim: Vi IMproved. + + + ## Translations of this README ## + + [Korean](https://github.com/cjw1359/opensource/blob/master/Vim/README_ko.md) *** ../vim-8.1.2351/src/version.c 2019-11-26 22:38:54.383300529 +0100 --- src/version.c 2019-11-27 21:54:27.946131895 +0100 *************** *** 739,740 **** --- 739,742 ---- { /* Add new patch number below this line */ + /**/ + 2352, /**/ -- Why is it called "Windows"? "Gates" would be more appropriate... /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/201911272058.xARKwqk6030188%40masaka.moolenaar.net.
