home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.1.092 < prev    next >
Encoding:
Internet Message Format  |  2002-06-08  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.092
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.1.092
  11. Problem:    ":mapclear <buffer>" doesn't work. (Srikanth Adayapalam)
  12. Solution:   Allow an argument for ":mapclear".
  13. Files:        src/ex_cmds.h
  14.  
  15.  
  16. *** ../vim61.091/src/ex_cmds.h    Tue Apr 23 22:43:00 2002
  17. --- src/ex_cmds.h    Tue May 21 19:37:24 2002
  18. ***************
  19. *** 469,475 ****
  20.   EX(CMD_map,        "map",        ex_map,
  21.               BANG|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
  22.   EX(CMD_mapclear,    "mapclear",    ex_mapclear,
  23. !             BANG|TRLBAR|CMDWIN),
  24.   EX(CMD_marks,        "marks",    do_marks,
  25.               EXTRA|TRLBAR|CMDWIN),
  26.   EX(CMD_match,        "match",    ex_match,
  27. --- 469,475 ----
  28.   EX(CMD_map,        "map",        ex_map,
  29.               BANG|EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
  30.   EX(CMD_mapclear,    "mapclear",    ex_mapclear,
  31. !             EXTRA|BANG|TRLBAR|CMDWIN),
  32.   EX(CMD_marks,        "marks",    do_marks,
  33.               EXTRA|TRLBAR|CMDWIN),
  34.   EX(CMD_match,        "match",    ex_match,
  35. *** ../vim61.091/src/version.c    Sun Jun  9 17:49:17 2002
  36. --- src/version.c    Sun Jun  9 18:27:51 2002
  37. ***************
  38. *** 608,609 ****
  39. --- 608,611 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     92,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 145. You e-mail your boss, informing him you'll be late.
  48.  
  49.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  50. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  51. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  52.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  53.