Mercurial > vim
view src/proto/pty.pro @ 6614:03688be95994 v7.4.633
updated for version 7.4.633
Problem: After 7.4.630 the problem persists.
Solution: Also skip redo when calling a user function.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 17 Feb 2015 12:44:09 +0100 |
parents | 3fc0f57ecb91 |
children | 1a5d34492798 |
line wrap: on
line source
/* pty.c */ int OpenPTY __ARGS((char **ttyn)); int SetupSlavePTY __ARGS((int fd));