On 2014-02-03 13:24, Gary Johnson wrote:
On 2014-02-03, nag wrote:
I am working on RHEL 5.9 systems. The default installed vim editor
is not working fully. My problems:
No syntax highlighting.
No cursor position display
No column and row numbers.
No visual selection (visual block, ctrl+v)
cursor is not appearing at last saved position.
Unable to open multiple files within vim (split function)
How to customize vimrc in RHEL 5.9? (I have seen viminfo in ubuntu
13.10)
Over all my vi editor in RHEL 5.9 is not fully functional.
I think that "out of the box", RHEL has only vim-tiny installed.
You can check this by executing ":version" within vim or "vim
--version" at a shell prompt. The fourth or fifth line will tell
you the version type.
Pedantic: the rpm name is vim-minimal. You want to install the
vim-enhanced rpm ("yum install vim-enhanced").
Also note that 'vi' always invokes vim in minimal mode; you need to
explicitly invoke it as 'vim' if you want highlighting, etc.
(Personally, I "alias vi=vim".)
(I checked these package names on my own CentOS 5.x system; they're
pretty much "the standard" for Fedora and relatives, and should be the
same for RHEL 5.9.)
--
Matthew
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.