mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 01:24:27 +08:00
Fix test failure
This commit is contained in:
@@ -304,8 +304,8 @@ Execute (Rollback recent updates, PlugUpdate, then PlugDiff):
|
|||||||
|
|
||||||
" ]] motion
|
" ]] motion
|
||||||
execute 'normal $]]'
|
execute 'normal $]]'
|
||||||
Assert index([lnum + 4, lnum + 5], line('.')) >= 0
|
Assert line('.') >= 4
|
||||||
" +5 for merge commit
|
" 5+ for merge commit
|
||||||
AssertEqual 3, col('.')
|
AssertEqual 3, col('.')
|
||||||
|
|
||||||
" [[ motion
|
" [[ motion
|
||||||
|
|||||||
Reference in New Issue
Block a user