Patch 9.0.0609
Problem: Blockedit test fails because of wrong indent.
Solution: Adjust the expected text temporarily
Files: src/testdir/test_blockedit.vim
*** ../vim-9.0.0608/src/testdir/test_blockedit.vim 2021-11-27
22:46:46.000000000 +0000
--- src/testdir/test_blockedit.vim 2022-09-27 17:42:44.800654937 +0100
***************
*** 28,36 ****
setlocal sw=2 et ft=vim
setlocal indentkeys+=:
exe "norm! 2Gf)\<c-v>2jA: asdf\<esc>"
let expected =<< trim END
var d = {
! a: (): asdf => 0,
b: (): asdf => 0,
c: (): asdf => 0,
}
--- 28,37 ----
setlocal sw=2 et ft=vim
setlocal indentkeys+=:
exe "norm! 2Gf)\<c-v>2jA: asdf\<esc>"
+ " FIXME: what do we really expect?
let expected =<< trim END
var d = {
! a: (): asdf => 0,
b: (): asdf => 0,
c: (): asdf => 0,
}
***************
*** 47,55 ****
call setline(1, lines)
setlocal sw=8 noet
exe "norm! 2Gf)\<c-v>2jA: asdf\<esc>"
let expected =<< trim END
var d = {
! a: (): asdf => 0,
b: (): asdf => 0,
c: (): asdf => 0,
}
--- 48,57 ----
call setline(1, lines)
setlocal sw=8 noet
exe "norm! 2Gf)\<c-v>2jA: asdf\<esc>"
+ " FIXME: what do we really expect?
let expected =<< trim END
var d = {
! a: (): asdf => 0,
b: (): asdf => 0,
c: (): asdf => 0,
}
*** ../vim-9.0.0608/src/version.c 2022-09-27 16:27:56.100237745 +0100
--- src/version.c 2022-09-27 17:46:56.688831400 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 609,
/**/
--
Some of the well known MS-Windows errors:
EMEMORY Memory error caused by..., eh...
ELICENSE Your license has expired, give us more money!
EMOUSE Mouse moved, reinstall Windows
EILLEGAL Illegal error, you are not allowed to see this
EVIRUS Undetectable virus found
/// 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/20220927164806.74B4C1C0413%40moolenaar.net.