public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How to get 'Normal' (or higher) version of (x86) vim?
@ 2017-05-23 15:57 Frank Slootweg via cygwin
  2017-05-23 17:18 ` Gary Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Slootweg via cygwin @ 2017-05-23 15:57 UTC (permalink / raw)
  To: cygwin

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?

Thanks in advance for any and all responses.

Frank

--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to get 'Normal' (or higher) version of (x86) vim?
  2017-05-23 15:57 How to get 'Normal' (or higher) version of (x86) vim? Frank Slootweg via cygwin
@ 2017-05-23 17:18 ` Gary Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Johnson @ 2017-05-23 17:18 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-23 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23 15:57 How to get 'Normal' (or higher) version of (x86) vim? Frank Slootweg via cygwin
2017-05-23 17:18 ` Gary Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).