diff options
Diffstat (limited to 'src/testdir/test_history.vim')
-rw-r--r-- | src/testdir/test_history.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_history.vim b/src/testdir/test_history.vim index 482328a..19490f2 100644 --- a/src/testdir/test_history.vim +++ b/src/testdir/test_history.vim @@ -254,7 +254,7 @@ func Test_history_crypt_key() set key& bs& ts& endfunc -" The following used to overflow and causing an use-after-free +" The following used to overflow and causing a use-after-free func Test_history_max_val() set history=10 |