Mercurial > vim
view src/proto/termlib.pro @ 7166:fbec41e5651e v7.4.894
commit https://github.com/vim/vim/commit/f59c73da1e8eb16e7b49b4465aedd1d6ddacc6fd
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Oct 13 17:52:59 2015 +0200
patch 7.4.894
Problem: vimrun.exe is picky about the number of spaces before -s.
Solution: Skip all spaces. (Cam Sinclair)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 13 Oct 2015 18:00:05 +0200 |
parents | 96cd8222a819 |
children | 21b0a39d13ed |
line wrap: on
line source
/* termlib.c */ int tgetent __ARGS((char *tbuf, char *term)); int tgetflag __ARGS((char *id)); int tgetnum __ARGS((char *id)); char *tgetstr __ARGS((char *id, char **buf)); char *tgoto __ARGS((char *cm, int col, int line)); int tputs __ARGS((char *cp, int affcnt, void (*outc)(unsigned int))); /* vim: set ft=c : */