]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1278 v7.3.1278
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Jun 2013 15:51:51 +0000 (17:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Jun 2013 15:51:51 +0000 (17:51 +0200)
commite057d40d967a8223a34fe5b56ffb00dfd06e4cd4
tree3c14b2bf97d6bb23721a33dfba7704b5fa91f6b5
parent5a4d51e6929b1bb615eaf212a091384cc266b8d7
updated for version 7.3.1278
Problem:    When someone sets the screen size to a huge value with "stty" Vim
            runs out of memory before reducing the size.
Solution:   Limit Rows and Columns in more places.
src/gui.c
src/gui_gtk_x11.c
src/option.c
src/os_unix.c
src/proto/term.pro
src/term.c
src/version.c