Fix test failure

This commit is contained in:
Junegunn Choi 2014-12-13 11:51:37 +09:00
parent 3606c294de
commit e8cd357060

View File

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