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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20221012105503.18ED01C5296%40moolenaar.net.