To: vim_dev@googlegroups.com Subject: Patch 8.1.2272 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 _x :call DoNothing()call DoLast()delfunc DoNothingdelfunc DoLast --- 1632,1638 ---- endfunc func Test_script_local_func() ! set nocp nomore viminfo+=nviminfo new nnoremap _x :call DoNothing()call DoLast()delfunc DoNothingdelfunc DoLast *** ../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 -- 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 ///