To: vim_dev@googlegroups.com Subject: Patch 8.2.0705 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0705 Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048) Files: .cirrus.yml, runtime/indent/testdir/runtest.vim *** ../vim-8.2.0704/.cirrus.yml 2019-11-29 20:18:03.000000000 +0100 --- .cirrus.yml 2020-05-06 22:20:44.298151908 +0200 *************** *** 13,17 **** - make -j${NPROC} - src/vim --version test_script: ! # Runtime Indent tests do not work, run only the normal test suite ! - cd src && make test --- 13,16 ---- - make -j${NPROC} - src/vim --version test_script: ! - make test *** ../vim-8.2.0704/runtime/indent/testdir/runtest.vim 2019-12-08 14:35:20.000000000 +0100 --- runtime/indent/testdir/runtest.vim 2020-05-06 22:21:02.062091859 +0200 *************** *** 10,15 **** --- 10,16 ---- syn on set nowrapscan set report=9999 + set modeline au! SwapExists * call HandleSwapExists() func HandleSwapExists() *** ../vim-8.2.0704/src/version.c 2020-05-06 22:18:13.862658361 +0200 --- src/version.c 2020-05-06 22:22:43.261748979 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 705, /**/ -- hundred-and-one symptoms of being an internet addict: 55. You ask your doctor to implant a gig in your brain. /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///