Mercurial > vim
view src/proto/os_win16.pro @ 6239:0cdff7c26855 v7.4.454
updated for version 7.4.454
Problem: When using a Visual selection of multiple words and doing CTRL-W_]
it jumps to the tag matching the word under the cursor, not the
selected text. (Patrick hemmer)
Solution: Do not reset Visual mode. (idea by Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 23 Sep 2014 13:48:43 +0200 |
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 : */