
|
Profile
| user name |
Timeframed |
| first name |
Gary |
| last name |
Holloway |
| email |
gary at castandcrew dot 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
| PreviewTag.vim |
Resize preview window hieght to show "entire" tag (if a recognized type of tag) |
| ShowLine.vim |
Display line(s) in the command area (like echo), but syntax highlighted. |
| ShowBlockName.vim |
Show the name of the code-block (e.g. function) the cursor is in on the cmd line |
| SyntaxAttr.vim |
Show syntax highlighting attributes of character under cursor. |
| FormatBlock |
Format (i.e., gqq) a block of lines above/below the current line |
| FormatComment.vim |
Format-block (do a 'gq' format) on the comment the cursor is in |
| DoTagStuff |
Syntax Highlight based on tags |
|
|