]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.175 v7.3.175
authorBram Moolenaar <Bram@vim.org>
Thu, 5 May 2011 15:32:44 +0000 (17:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 May 2011 15:32:44 +0000 (17:32 +0200)
commit1701e4069b94d8d03d02a9a6af99c48d360853cd
treedd8ff6a67ec8e3c664080cf6ba2887029e03ac41
parent8f4ba6942d888c708cc1c85f7cb77cebb957c878
updated for version 7.3.175
Problem:    When 'colorcolumn' is set locally to a window, ":new" opens a
            window with the same highlighting but 'colorcolumn' is empty.
            (Tyru)
Solution:   Call check_colorcolumn() after clearing and copying options.
            (Christian Brabandt)
src/buffer.c
src/version.c