aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_source.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_source.vim')
-rw-r--r--test/old/testdir/test_source.vim9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/old/testdir/test_source.vim b/test/old/testdir/test_source.vim
index 026a4bb5ee..a8111eb03d 100644
--- a/test/old/testdir/test_source.vim
+++ b/test/old/testdir/test_source.vim
@@ -638,4 +638,13 @@ func Test_source_buffer_vim9()
%bw!
endfunc
+func Test_source_buffer_long_line()
+ " This was reading past the end of the line.
+ new
+ norm300gr0
+ so
+ bwipe!
+endfunc
+
+
" vim: shiftwidth=2 sts=2 expandtab