Patch 8.0.0335 (after 8.0.0335)
Problem: Functions test fails.
Solution: Use the right buffer number.
Files: src/testdir/test_functions.vim
*** ../vim-8.0.0334/src/testdir/test_functions.vim 2017-02-17
16:31:16.929294079 +0100
--- src/testdir/test_functions.vim 2017-02-17 16:42:24.584395599 +0100
***************
*** 453,460 ****
call assert_equal(def_num, getbufvar(9, '', def_num))
unlet def_num
! call assert_equal(0, getbufvar(1, '&autoindent'))
! call assert_equal(0, getbufvar(1, '&autoindent', 1))
" Open new window with forced option values
set fileformats=unix,dos
--- 453,460 ----
call assert_equal(def_num, getbufvar(9, '', def_num))
unlet def_num
! call assert_equal(0, getbufvar(bnr, '&autoindent'))
! call assert_equal(0, getbufvar(bnr, '&autoindent', 1))
" Open new window with forced option values
set fileformats=unix,dos
*** ../vim-8.0.0334/src/version.c 2017-02-17 16:31:16.929294079 +0100
--- src/version.c 2017-02-17 16:43:11.784049154 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 335,
/**/
--
If you had to identify, in one word, the reason why the
human race has not achieved, and never will achieve, its
full potential, that word would be "meetings."
/// 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.