home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.092
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.092
- Problem: ":mapclear <buffer>" doesn't work. (Srikanth Adayapalam)
- Solution: Allow an argument for ":mapclear".
- Files: src/ex_cmds.h
-
-
- *** ../vim61.091/src/ex_cmds.h Tue Apr 23 22:43:00 2002
- --- src/ex_cmds.h Tue May 21 19:37:24 2002
- ***************
- *** 469,475 ****
- EX(CMD_map, "map", ex_map,
- BANG|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
- EX(CMD_mapclear, "mapclear", ex_mapclear,
- ! BANG|TRLBAR|CMDWIN),
- EX(CMD_marks, "marks", do_marks,
- EXTRA|TRLBAR|CMDWIN),
- EX(CMD_match, "match", ex_match,
- --- 469,475 ----
- EX(CMD_map, "map", ex_map,
- BANG|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
- EX(CMD_mapclear, "mapclear", ex_mapclear,
- ! EXTRA|BANG|TRLBAR|CMDWIN),
- EX(CMD_marks, "marks", do_marks,
- EXTRA|TRLBAR|CMDWIN),
- EX(CMD_match, "match", ex_match,
- *** ../vim61.091/src/version.c Sun Jun 9 17:49:17 2002
- --- src/version.c Sun Jun 9 18:27:51 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 92,
- /**/
-
- --
- hundred-and-one symptoms of being an internet addict:
- 145. You e-mail your boss, informing him you'll be late.
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-