Patch 7.4.1152
Problem: Langmap test fails with normal build.
Solution: Check for +langmap feature.
Files: src/testdir/test_langmap.vim
*** ../vim-7.4.1151/src/testdir/test_langmap.vim 2016-01-21
23:32:14.150035957 +0100
--- src/testdir/test_langmap.vim 2016-01-21 23:51:53.365668608 +0100
***************
*** 1,5 ****
--- 1,9 ----
" tests for 'langmap'
+ if !has('langmap')
+ finish
+ endif
+
func Test_langmap()
new
set langmap=}l,^x,%v
*** ../vim-7.4.1151/src/version.c 2016-01-21 23:34:54.244356654 +0100
--- src/version.c 2016-01-21 23:52:31.153272368 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 1152,
/**/
--
I have a drinking problem -- I can't afford it.
/// 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.