
|
Profile
| user name |
ramming |
| first name |
thomas |
| last name |
ramming |
| email |
Thomas Ramming gmx de |
| 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
| incfiles.vim |
create menu entries for each include file in a C/C++ file |
| functags.vim |
create menu entries for each function definition in a C/C++ file |
| files2menu.pm |
add all files recursively as menu entry |
| doc.vim |
Syntax colouring for ASCII documentation |
| multi.vim |
using Greenhills Multi as C/C++ compiler for quickfix |
| log.vim |
coloring errors and warnings of make/gcc output |
|
|