
|
Profile
| user name |
viaa |
| first name |
Alexandre |
| last name |
Viau |
| email |
alexandreviau 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
| directoryBrowser |
Directory listing and file operations in vim (replaced by vimExplorer) |
| layoutManager |
Create layouts from tabs, templates and windows and control them. |
| simpleSnip |
Simple snippets utility. |
| webBrowser |
Use vim as a web browser |
| vimExplorer |
File manager. Explore directories quickly and operate on files. |
| visualMarks.vim |
Show file marks visually |
| basicXmlParser |
Create object trees and save them as xml, or create trees from xml files. |
| configurationUtility.vim |
Save and load configuration files in a dictionary format with sections and items |
| quickBuf |
Simple and quick buffer explorer |
| sqlite.vim |
Plugin that provides sqlite database access to vimscripts |
|
|