Mercurial > vim
view src/proto/os_win16.pro @ 7574:b872724c37db v7.4.1087
commit https://github.com/vim/vim/commit/d79e55016cf8268cee935f1ac3b5b28712d1399e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 10 22:13:02 2016 +0100
patch 7.4.1087
Problem: CTRL-A and CTRL-X do not work properly with blockwise visual
selection if there is a mix of Tab and spaces.
Solution: Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 10 Jan 2016 22:15:04 +0100 |
parents | e63691e7c504 |
children | 21b0a39d13ed |
line wrap: on
line source
/* os_win16.c */ void mch_setmouse __ARGS((int on)); void mch_init __ARGS((void)); int mch_check_win __ARGS((int argc, char **argv)); long mch_get_pid __ARGS((void)); int mch_call_shell __ARGS((char_u *cmd, int options)); void mch_delay __ARGS((long msec, int ignoreinput)); void mch_breakcheck __ARGS((void)); long_u mch_avail_mem __ARGS((int special)); int mch_rename __ARGS((const char *pszOldFile, const char *pszNewFile)); char *default_shell __ARGS((void)); /* vim: set ft=c : */