Patch 9.0.0609

7 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 27, 2022, 12:48:19 PM9/27/22
to vim...@googlegroups.com

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 -- 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