Changes between Initial Version and Version 1 of Ticket #47643
- Timestamp:
- May 6, 2015, 8:30:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47643
- Property Owner changed from macports-tickets@… to raimue@…
- Property Port vim added
-
Ticket #47643 – Description
initial v1 1 1 I'm installing vim 7.4 port: 2 ``` 2 {{{ 3 3 ~ ❯❯❯ sudo port install vim 4 4 ---> Computing dependencies for vim … … 12 12 ---> Scanning binaries for linking errors 13 13 ---> No broken files found. 14 ``` 14 }}} 15 15 16 16 Everything seems to go ok, but when I enter vim: 17 ``` 17 {{{ 18 18 YouCompleteMe unavailable: requires Vim 7.3.584+ 19 19 The EnhancedDiff Plugin needs at least a Vim version 7.4 20 20 Press ENTER or type command to continue 21 ``` 21 }}} 22 22 23 23 In fact, version reported within vim is: 24 ``` 24 {{{ 25 25 :version 26 26 VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 5 2014 21:00:28) … … 43 43 Compilation: gcc -c -I. -D_FORTIFY_SOURCE=0 -Iproto -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe 44 44 Linking: gcc -arch i386 -arch x86_64 -o vim -lncurses 45 ``` 45 }}} 46 46 47 47 Weird...