]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.851 v7.4.851
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Sep 2015 18:23:37 +0000 (20:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Sep 2015 18:23:37 +0000 (20:23 +0200)
commit615942452eb74eee7d8386fd3d76a1534181fa06
treea0e0c26f9919a4ada25585b6eade0c300629e1fb
parent544780248b5876339b316703fc2f330a9d316c45
patch 7.4.851
Problem:    Saving and restoring the console buffer does not work properly.
Solution:   Instead of ReadConsoleOutputA/WriteConsoleOutputA use
            CreateConsoleScreenBuffer and SetConsoleActiveScreenBuffer.
            (Ken Takata)
src/os_win32.c
src/version.c