]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1691 v7.4.1691
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2016 21:02:16 +0000 (23:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2016 21:02:16 +0000 (23:02 +0200)
commitb681be175b6991cdc2b8ddd49b0e97e3fe2b201e
tree854198068286dbd25e5496ffcb0e7b5920bc27fc
parent42356150badca33b4e42dc8172abbceff2e86cbe
patch 7.4.1691
Problem:    When switching to a new buffer and an autocommand applies syntax
            highlighting an ml_get error may occur.
Solution:   Check "syn_buf" against the buffer in the window. (Alexander von
            Buddenbrock, closes #676)
src/syntax.c
src/version.c