Changes between Initial Version and Version 1 of Ticket #47643


Ignore:
Timestamp:
May 6, 2015, 8:30:44 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47643

    • Property Owner changed from macports-tickets@… to raimue@…
    • Property Port vim added
  • Ticket #47643 – Description

    initial v1  
    11I'm installing vim 7.4 port:
    2 ```
     2{{{
    33~ ❯❯❯ sudo port install vim
    44--->  Computing dependencies for vim
     
    1212--->  Scanning binaries for linking errors
    1313--->  No broken files found.
    14 ```
     14}}}
    1515
    1616Everything seems to go ok, but when I enter vim:
    17 ```
     17{{{
    1818YouCompleteMe unavailable: requires Vim 7.3.584+
    1919The EnhancedDiff Plugin needs at least a Vim version 7.4
    2020Press ENTER or type command to continue
    21 ```
     21}}}
    2222
    2323In fact, version reported within vim is:
    24 ```
     24{{{
    2525:version                                                                                                           
    2626VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov  5 2014 21:00:28)
     
    4343Compilation: gcc -c -I. -D_FORTIFY_SOURCE=0 -Iproto -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe
    4444Linking: gcc -arch i386 -arch x86_64 -o vim -lncurses
    45 ```
     45}}}
    4646
    4747Weird...