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 -- [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].
For more options, visit https://groups.google.com/d/optout.