]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1017: off-by-one error in filetype detection v8.1.1017
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Mar 2019 16:16:12 +0000 (17:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Mar 2019 16:16:12 +0000 (17:16 +0100)
commit493fbe4abee660d30b4f2aef87b754b0a720213c
treec3ac9eaa2480b0dd117a4ac71cc2e213a543c6b2
parent26967617a30e55aedc98b8f14b841d88469abd0e
patch 8.1.1017: off-by-one error in filetype detection

Problem:    Off-by-one error in filetype detection.
Solution:   Also check the last line of the file.
runtime/autoload/dist/ft.vim
src/version.c