Patch 8.1.2272
Problem: Test may hang at more prompt.
Solution: Reset 'more' after resetting 'compatible'. (Michael Soyka)
Files: src/testdir/test_vimscript.vim
*** ../vim-8.1.2271/src/testdir/test_vimscript.vim 2019-11-03
16:17:08.987705274 +0100
--- src/testdir/test_vimscript.vim 2019-11-08 22:56:32.135825250 +0100
***************
*** 1632,1638 ****
endfunc
func Test_script_local_func()
! set nocp viminfo+=nviminfo
new
nnoremap <buffer> _x :call <SID>DoNothing()<bar>call
<SID>DoLast()<bar>delfunc <SID>DoNothing<bar>delfunc <SID>DoLast<cr>
--- 1632,1638 ----
endfunc
func Test_script_local_func()
! set nocp nomore viminfo+=nviminfo
new
nnoremap <buffer> _x :call <SID>DoNothing()<bar>call
<SID>DoLast()<bar>delfunc <SID>DoNothing<bar>delfunc <SID>DoLast<cr>
*** ../vim-8.1.2271/src/version.c 2019-11-08 21:56:54.779417459 +0100
--- src/version.c 2019-11-08 22:57:54.291484744 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2272,
/**/
--
hundred-and-one symptoms of being an internet addict:
44. Your friends no longer send you e-mail...they just log on to your IRC
channel.
/// 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911082200.xA8M0m2M015730%40masaka.moolenaar.net.