summaryrefslogtreecommitdiffstats
path: root/src/testdir/test56.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test56.in')
-rw-r--r--src/testdir/test56.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test56.in b/src/testdir/test56.in
index 67d66af46d..311a6004ca 100644
--- a/src/testdir/test56.in
+++ b/src/testdir/test56.in
@@ -17,5 +17,5 @@ endfun
fun s:DoNothing()
call append(line('$'), "nothing line")
endfun
-nnoremap <buffer> _x :call <SID>DoNothing()<bar>call <SID>DoLast()<cr>
+nnoremap <buffer> _x :call <SID>DoNothing()<bar>call <SID>DoLast()<bar>delfunc <SID>DoNothing<bar>delfunc <SID>DoLast<cr>
end: