0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.3.416

Problem:    Compiler warning for wrong pointer.
Solution:   Add type cast.
This commit is contained in:
Bram Moolenaar 2012-01-26 18:03:07 +01:00
parent abe838b099
commit f44cfb88f6

View File

@ -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