]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.796 v7.3.796
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2013 17:21:51 +0000 (18:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Jan 2013 17:21:51 +0000 (18:21 +0100)
commite337e5f634dcb0e74999d67286125a85423e38a9
tree16ebf03e309b4acd7fe5f7ae51094df17f046273
parentd2142213754df16fe11a2674716a7c33a012fa07
updated for version 7.3.796
Problem:    "/[^\n]" does match at a line break.
Solution:   Make it do the same as "/.". (Christian Brabandt)
src/regexp.c
src/testdir/test79.in
src/testdir/test79.ok
src/version.c