Log In
rpms
/
vim
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
abed02cfba0455ab28474d09dcd81fa2d5aa71af
abed02cfba0455ab28474d09dcd81fa2d5aa71af
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