Log In
rpms
/
vim
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
4a3d69d73c20a7afe7fa3a560ad3ce6dc71e347c
4a3d69d73c20a7afe7fa3a560ad3ce6dc71e347c
vim.csh
Fork and Edit
Blob
Blame
History
Raw
if
( -x /usr/bin/id )
then
if
(
"`/usr/bin/id -u`"
> 200 )
then
alias
vi vim
endif
endif