]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.2.443
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Jun 2010 18:12:02 +0000 (20:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Jun 2010 18:12:02 +0000 (20:12 +0200)
commit8bcf9654dcb00a8534a523d6924c16f961338315
tree99abef6db0c38795fc7045e45bc6d0d6812364e0
parent97ea511bbf56d1808260542594cfcdd7e0f963b4
updated for version 7.2.443
Problem:    Using taglist() on a tag file with duplicate fields generates an
            internal error. (Peter Odding)
Solution:   Check for duplicate field names.
src/eval.c
src/proto/eval.pro
src/tag.c