]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.279 v7.4.279
authorBram Moolenaar <Bram@vim.org>
Wed, 7 May 2014 16:35:30 +0000 (18:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 May 2014 16:35:30 +0000 (18:35 +0200)
commit1b1063af58b015b7827168f8fa2631efb60c252b
treeecebaed1979aee36aa61e9a7ea1bebdb597be0d6
parent3ec7f4e4025c5a78ccd312f8516ac0740aa65dfe
updated for version 7.4.279
Problem:    globpath() returns a string, making it difficult to get a list of
            matches. (Greg Novack)
Solution:   Add an optional argument like with glob(). (Adnan Zafar)
runtime/doc/eval.txt
src/eval.c
src/ex_getln.c
src/misc1.c
src/misc2.c
src/proto/ex_getln.pro
src/proto/misc2.pro
src/testdir/test97.in
src/testdir/test97.ok
src/version.c