
|
Profile
| user name |
jcrawford |
| first name |
Jeff |
| last name |
Crawford |
| email |
j_crawfd yahoo ca |
| 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
| COMMENT.vim |
Comment out blocks of C/C++ code using #if 0 #endif block |
| WC.vim |
Count number of bytes on current line or in visual block of lines. |
|
|