This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to get 'Normal' (or higher) version of (x86) vim?


On 2017-05-23, Frank Slootweg via cygwin wrote:
> I currently have vim version 8.0.596 from the (x64) package
> "vim-8.0.0596-1 - vim: Vi IMproved - enhanced vi editor".
> 
> 'vi --version' says:
> 
> "VIM - Vi IMproved 8.0 (2016 Sep 12, compiled May 12 2017 11:38:40)
>  Included patches: 1-596
>  Modified by <cygwin@cygwin.com>
>  Compiled by <cygwin@cygwin.com>
>  Small version without GUI.  Features included (+) or not (-):"
> 
> From other threads on this list, I understand that vim should at least
> be the 'Normal' version or even the 'Huge' version. Or is that only the
> case for the x86_64 package? (I have a 64-bit computer/OS (Windows 8.1),
> but - at least for the time being - I would like to keep Cygwin at x86.)
> 
> I need some options which are in the 'Normal' version, but not in my
> current 'Small' version, specifically 'cryptv' and 'comments'
> 
> Is there another or earlier package which I can install to get the
> 'Normal' (or higher) version of vim?

On Cygwin (32-bit version at least), vi is not vim.

    $ which vi
    /usr/bin/vi
    $ cygcheck -f /usr/bin/vi
    vim-minimal-8.0.0596-1

    $ which vim
    /usr/bin/vim
    $ cygcheck -f /usr/bin/vim
    vim-8.0.0596-1

If you want to get vim by typing vi, you can use an alias, e.g.,

    alias vi=vim

Regards,
Gary


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]