
|
Profile
| user name |
bfrg |
| first name |
foo |
| last name |
bar |
| email |
bfrg100 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
| vim-cpp-modern |
Extended syntax highlighting for C and C++ (C++11/14/17/20) |
| vim-cuda-syntax |
CUDA syntax highlighting for Vim |
| vim-cmake-help |
View CMake Documentation inside Vim |
| vim-fzy |
Navigate projects using fzy in a (popup) terminal-window |
| vim-qf-preview |
Preview the location of a quickfix item in a popup window |
| vim-qf-history |
Navigate the quickfix or location-list stack using a popup menu |
| vim-jq |
Runtime files for jq (the command-line JSON processor) |
| vim-jqplay |
Run jq interactively in Vim |
| vim-qf-diagnostics |
Highlight quickfix errors, and display error messages in a popup window |
|
|