
|
Profile
| user name |
benji |
| first name |
Benji |
| last name |
Fisher |
| email |
benji member AMS org |
| 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
| matchit.zip |
extended % matching for HTML, LaTeX, and many other languages |
| foo.vim |
examples of Vim functions (and a few commands, etc.) |
| word_complete.vim |
automatically offers word completion as you type |
| aux2tags.vim |
Generate a tags file from a LaTeX .aux file |
| vimtips.zip |
Display a helpful tip the first time you start Vim each day. |
| python_match.vim |
Extend the % motion and define g%, [%, and ]% motions for Python files |
| tex.vim |
an updated version of the standard ftplugin/tex.vim |
| plaintex.vim |
Support files for editing plain TeX documents |
|
|