Changes between Initial Version and Version 5 of Ticket #11294


Ignore:
Timestamp:
Mar 24, 2016, 3:50:06 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11294

    • Property Status changed from new to closed
    • Property Cc raimue@… added
    • Property Keywords vim cscope removed
    • Property Resolution changed from to fixed
    • Property Port vim added
  • Ticket #11294 – Description

    initial v5  
    11Vim can drive a cscope database, allowing you to jump around as if you had a tags file, and also allowing you to do searches without ever leaving vim.  It is really quite wonderful, and this simple patch to the Portfile will accomplish it:
    22
     3{{{
    34--- Portfile.orig       2007-01-25 17:45:22.000000000 -0500
    45+++ Portfile    2007-01-25 17:47:11.000000000 -0500
     
    1516 #      configure.args-delete   --enable-gui=no --without-x
    1617 #      configure.args-append   --enable-gui=gnome --with-x --disable-darwin
     18}}}