FixUp: Change of mapleader

This commit is contained in:
Ben Jackson 2021-02-21 18:17:14 +00:00
commit 5754e96067
3 changed files with 10 additions and 10 deletions

View file

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