Mercurial > vim
view src/testdir/gui_preinit.vim @ 33301:1bc6f0899715 v9.0.1916
patch 9.0.1916: Crash when allocating large terminal screen
Commit: https://github.com/vim/vim/commit/aa64ba1587d36de558f47519fa47c27e86c6e49a
Author: Christian Brabandt <cb@256bit.org>
Date: Tue Sep 19 21:05:20 2023 +0200
patch 9.0.1916: Crash when allocating large terminal screen
Problem: Crash when allocating large terminal screen
Solution: Don't allow values > 1000 for terminal
screen columns and rows
closes: #13126
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 19 Sep 2023 21:30:03 +0200 |
parents | d8a550329a97 |
children |
line wrap: on
line source
" vimrc for test_gui_init.vim " Note that this flag must be added in the .vimrc file, before switching on " syntax or filetype recognition (when the |gvimrc| file is sourced the system " menu has already been loaded; the ":syntax on" and ":filetype on" commands " load the menu too). set guioptions+=M