mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.0335: mkview test fails on CI
Problem: mkview test fails on CI. Solution: Attempt to force recomputing curswant after folding.
This commit is contained in:
parent
8c9e7b00f6
commit
2bf4fe07b6
@ -320,7 +320,7 @@ func Test_mkview_file()
|
|||||||
" Create a view with line number and a fold.
|
" Create a view with line number and a fold.
|
||||||
help :mkview
|
help :mkview
|
||||||
set number
|
set number
|
||||||
norm! V}zf
|
norm! V}zf0
|
||||||
let pos = getcurpos()
|
let pos = getcurpos()
|
||||||
let linefoldclosed1 = foldclosed('.')
|
let linefoldclosed1 = foldclosed('.')
|
||||||
mkview! Xview
|
mkview! Xview
|
||||||
|
@ -794,6 +794,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
335,
|
||||||
/**/
|
/**/
|
||||||
334,
|
334,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user