diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-01-26 18:03:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-01-26 18:03:07 +0100 |
commit | f44cfb88f6c0e6cb7c6869c2a8f290422cd86c01 (patch) | |
tree | be0db09ee60c360140ff1b0657eedc5d345fd993 /src/testdir | |
parent | abe838b099c4d5cb378c56170caa53b69d6a875b (diff) | |
download | vim-f44cfb88f6c0e6cb7c6869c2a8f290422cd86c01.zip |
updated for version 7.3.416
Problem: Compiler warning for wrong pointer.
Solution: Add type cast.
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test43.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test43.in b/src/testdir/test43.in index 49a97d939..7c545073d 100644 --- a/src/testdir/test43.in +++ b/src/testdir/test43.in @@ -1,6 +1,7 @@ Tests for regexp with various magic settings. STARTTEST +:so small.vim :set nocompatible viminfo+=nviminfo /^1 /a*b\{2}c\+/e |