
|
Profile
| user name |
cxx_guy |
| first name |
rich |
| last name |
paul |
| email |
rich freeman paul gmail com |
| homepage |
if($profileUser->getHomepage()){
$hp = $profileUser->getHomepage();
if(substr($hp,0,7) != "http://" and substr($hp,0,8) != "https://"){
$hp = "http://" . $hp;
}
$hp = escapeForHTML($hp);
?>
|
} else { ?>
|
} ?>
registered Vim user or sponsor |
no, or user has chosen to conceal his donation |
Script Contributions
| sudo.vim |
Allows one to edit a file with privileges from an unprivileged session. |
| co.vim |
"Aspect Oriented" script: Comment out a hunk of text in many languages |
| man.vim |
open man pages within vim using :e man:page or :e man:section:page |
|
|