To: vim_dev@googlegroups.com Subject: Patch 7.4.1785 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1785 (after 7.4.1783) Problem: Regexp test fails on windows. Solution: set 'isprint' to the right value for testing. Files: src/testdir/test_regexp_utf8.vim *** ../vim-7.4.1784/src/testdir/test_regexp_utf8.vim 2016-04-24 14:40:04.099244752 +0200 --- src/testdir/test_regexp_utf8.vim 2016-04-24 15:09:07.137236022 +0200 *************** *** 35,40 **** --- 35,41 ---- endfunc func s:classes_test() + set isprint=@,161-255 call assert_equal('Motörhead', matchstr('Motörhead', '[[:print:]]\+')) let alphachars = '' *** ../vim-7.4.1784/src/version.c 2016-04-24 15:00:06.586827654 +0200 --- src/version.c 2016-04-24 15:09:58.704702670 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 1785, /**/ -- CONCORDE: Quickly, sir, come this way! LAUNCELOT: No! It's not right for my idiom. I must escape more ... more ... CONCORDE: Dramatically, sir? LAUNCELOT: Dramatically. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///