On 02/17/2012 03:27 PM, Paul Onyschuk wrote:
On Fri, 17 Feb 2012 15:10:28 +0100
Martin Kopta wrote:


Indeed!

# vim --version | grep -c curses
1
# vi --version | grep -c curses
0

So there is that.


I messed up with previous message:

| vi --version | grep -c curses
| 1

Are you using 64-bit version of CentOS?  Not quite sure, were this
diffrence comes from.


Yes, it is 64bit CentOS 5.7.

# uname -s -r -v -m
Linux 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
On that CentOS 5.7:
# rpm -qf $(which vim)
vim-enhanced-7.0.109-7.el5
# rpm -qf $(which vi)
vim-minimal-7.0.109-7.el5

Reply via email to