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.0.021 < prev    next >
Encoding:
Internet Message Format  |  2001-10-21  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.021
  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.0.021
  11. Problem:    The 'cscopepathcomp' option didn't work.
  12. Solution:   Change USE_CSCOPE to FEAT_CSCOPE. (Mark Feng)
  13. Files:        src/option.c
  14.  
  15.  
  16. *** ../vim60.20/src/option.c    Sat Sep 29 10:20:07 2001
  17. --- src/option.c    Mon Oct 22 21:15:50 2001
  18. ***************
  19. *** 589,595 ****
  20.                   (char_u *)&p_cpo, PV_NONE,
  21.                   {(char_u *)CPO_ALL, (char_u *)CPO_DEFAULT}},
  22.       {"cscopepathcomp", "cspc", P_NUM|P_VI_DEF|P_VIM,
  23. ! #ifdef USE_CSCOPE
  24.                   (char_u *)&p_cspc, PV_NONE,
  25.   #else
  26.                   (char_u *)NULL, PV_NONE,
  27. --- 589,595 ----
  28.                   (char_u *)&p_cpo, PV_NONE,
  29.                   {(char_u *)CPO_ALL, (char_u *)CPO_DEFAULT}},
  30.       {"cscopepathcomp", "cspc", P_NUM|P_VI_DEF|P_VIM,
  31. ! #ifdef FEAT_CSCOPE
  32.                   (char_u *)&p_cspc, PV_NONE,
  33.   #else
  34.                   (char_u *)NULL, PV_NONE,
  35. *** ../vim60.20/src/version.c    Mon Oct 22 18:52:01 2001
  36. --- src/version.c    Mon Oct 22 21:17:35 2001
  37. ***************
  38. *** 608,609 ****
  39. --- 608,611 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     21,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 189. You put your e-mail address in the upper left-hand corner of envelopes.
  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.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  52.