Patch 9.0.0730

4 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 12, 2022, 6:55:16 AM10/12/22
to vim...@googlegroups.com

Patch 9.0.0730 (after 9.0.0729)
Problem: Startup test fails with right-left feature.
Solution: Do not delete test file too early.
Files: src/testdir/test_startup.vim


*** ../vim-9.0.0729/src/testdir/test_startup.vim 2022-10-10 22:39:38.207545888 +0100
--- src/testdir/test_startup.vim 2022-10-12 11:52:56.147685887 +0100
***************
*** 392,398 ****
" Test the -A, -F and -H arguments (Arabic, Farsi and Hebrew modes).
func Test_A_F_H_arg()
let after =<< trim [CODE]
! call writefile([&rightleft, &arabic, &fkmap, &hkmap], "Xtestout", 'D')
qall
[CODE]

--- 392,398 ----
" Test the -A, -F and -H arguments (Arabic, Farsi and Hebrew modes).
func Test_A_F_H_arg()
let after =<< trim [CODE]
! call writefile([&rightleft, &arabic, &fkmap, &hkmap], "Xtestout")
qall
[CODE]

***************
*** 412,417 ****
--- 412,419 ----
let lines = readfile('Xtestout')
call assert_equal(['1', '0', '0', '1'], lines)
endif
+
+ call delete('Xtestout')
endfunc

" Test the --echo-wid argument (for GTK GUI only).
*** ../vim-9.0.0729/src/version.c 2022-10-12 11:12:42.657140252 +0100
--- src/version.c 2022-10-12 11:53:53.175676084 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 730,
/**/

--
f y cn rd ths thn y cn hv grt jb n cmptr prgrmmng

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages