FixUp: Change of mapleader
This commit is contained in:
parent
4958de92d3
commit
5754e96067
3 changed files with 10 additions and 10 deletions
|
|
@ -106,9 +106,9 @@ function! Test_Use_Mappings_HUMAN()
|
|||
\ vimspector#test#signs#AssertPCIsAtLineInBuffer( 'simple.cpp', 16 )
|
||||
\ } )
|
||||
|
||||
" Run to cursor
|
||||
" Run to cursor (note , is the mapleader)
|
||||
call cursor( 9, 1 )
|
||||
call feedkeys( "\\\<F8>", 'xt' )
|
||||
call feedkeys( ",\<F8>", 'xt' )
|
||||
call vimspector#test#signs#AssertCursorIsAtLineInBuffer( 'simple.cpp', 9, 1 )
|
||||
call WaitForAssert( {->
|
||||
\ vimspector#test#signs#AssertPCIsAtLineInBuffer( 'simple.cpp', 9 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue