Mercurial > vim
view src/proto/pty.pro @ 31750:13cecb002fe6 v9.0.1207
patch 9.0.1207: error when object type is expected but getting "any"
Commit: https://github.com/vim/vim/commit/450c7a97d1a28f715acaf562298112b9b932adc3
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 16 16:39:37 2023 +0000
patch 9.0.1207: error when object type is expected but getting "any"
Problem: Error when object type is expected but getting "any".
Solution: When actual type is "any" use a runtime type check.
(closes #11826)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 16 Jan 2023 17:45:02 +0100 |
parents | d4a6d575e910 |
children |
line wrap: on
line source
/* pty.c */ int setup_slavepty(int fd); int mch_openpty(char **ttyn); int mch_isatty(int fd); /* vim: set ft=c : */