view src/proto/pty.pro @ 6985:a07c3f9cd616 v7.4.810

patch 7.4.810 Problem: With a sequence of commands using buffers in diff mode E749 is given. (itchyny) Solution: Skip unloaded buffer. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Aug 2015 21:51:25 +0200
parents 3fc0f57ecb91
children 1a5d34492798
line wrap: on
line source

/* pty.c */
int OpenPTY __ARGS((char **ttyn));
int SetupSlavePTY __ARGS((int fd));