mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-23 20:45:31 -07:00
Fix failing test case
This commit is contained in:
parent
9c55223869
commit
ade7fb95b1
@ -304,7 +304,8 @@ Execute (Rollback recent updates, PlugUpdate, then PlugDiff):
|
||||
|
||||
" ]] motion
|
||||
execute 'normal $]]'
|
||||
AssertEqual lnum + 4, line('.')
|
||||
Assert index([lnum + 4, lnum + 5], line('.')) >= 0
|
||||
" +5 for merge commit
|
||||
AssertEqual 3, col('.')
|
||||
|
||||
" [[ motion
|
||||
|
Loading…
Reference in New Issue
Block a user