]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1100: tag file without trailing newline no longer works v8.1.1100
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Apr 2019 19:26:07 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Apr 2019 19:26:07 +0000 (21:26 +0200)
commitfd700393becfc35b6fad305221265b87a8564ddb
tree145f16c8b2de1a0680ed5352fbd2fc5103fc6f62
parentb4a6020ac6a0638167013f1e45ff440ddc8a1671
patch 8.1.1100: tag file without trailing newline no longer works

Problem:    Tag file without trailing newline no longer works. (Marco Hinz)
Solution:   Don't expect a newline at the end of the file. (closes #4200)
src/tag.c
src/testdir/test_taglist.vim
src/version.c