本文根据vim官网的《Simple Steps to Help You Install gVim on Windows 7》【1】一文整理而成。 1. 下载gVim 在http://www.vim.org/download.php/pc 下找到“PC: MS-DOS and MS-Windows”,下载“gvim74.exe”【2】。 2. 安装gVim 1. 安装时可以选择更改目录&#…
Wildcard Matching Implement wildcard pattern matching with support for ? and *. ? Matches any single character.
* Matches any sequence of characters (including the empty sequence).The matching should cover the entire input string (not partial).The functi…