diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-11-17 07:47:22 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-17 07:47:22 +0800 |
| commit | 133a592d191719023a9151a489d80fcdbed93ed7 (patch) | |
| tree | 827a1d203588a6688a3e7c6cf82d7417deaf4690 /test/old/testdir/test_normal.vim | |
| parent | a388c852c40682123698f1f55cefc426aa3f70e3 (diff) | |
| parent | 9d39ad63182cebe18f89152f2239ff8aeff58308 (diff) | |
| download | rneovim-133a592d191719023a9151a489d80fcdbed93ed7.tar.gz rneovim-133a592d191719023a9151a489d80fcdbed93ed7.tar.bz2 rneovim-133a592d191719023a9151a489d80fcdbed93ed7.zip | |
Merge pull request #26081 from zeertzjq/vim-9.0.2108
vim-patch:9.0.{1532,1534,1535,2108,2109,2110,2111}
Diffstat (limited to 'test/old/testdir/test_normal.vim')
| -rw-r--r-- | test/old/testdir/test_normal.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/old/testdir/test_normal.vim b/test/old/testdir/test_normal.vim index f5ef2cc4ca..6a8c15bd48 100644 --- a/test/old/testdir/test_normal.vim +++ b/test/old/testdir/test_normal.vim @@ -4164,4 +4164,9 @@ func Test_normal33_g_cmd_nonblank() bw! endfunc +func Test_normal34_zet_large() + " shouldn't cause overflow + norm! z9765405999999999999 +endfunc + " vim: shiftwidth=2 sts=2 expandtab |