Mercurial > vim
view src/proto/session.pro @ 31433:c9da70c1e6d5 v9.0.1049
patch 9.0.1049: crash when opening a very small terminal window
Commit: https://github.com/vim/vim/commit/67578e5bcf7404d40d42876b738b72e68add1a3e
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Dec 12 13:47:44 2022 +0000
patch 9.0.1049: crash when opening a very small terminal window
Problem: Crash when opening a very small terminal window.
Solution: Instead of crashing fix the cursor position. (closes https://github.com/vim/vim/issues/11697)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 12 Dec 2022 15:00:05 +0100 |
parents | e00d12c085a5 |
children |
line wrap: on
line source
/* session.c */ void ex_loadview(exarg_T *eap); int write_session_file(char_u *filename); void ex_mkrc(exarg_T *eap); var_flavour_T var_flavour(char_u *varname); int put_eol(FILE *fd); int put_line(FILE *fd, char *s); /* vim: set ft=c : */