Add new stuff

This commit is contained in:
ViktorBarzin 2018-02-14 00:00:02 +00:00
parent 48542815b8
commit e7300997e2
333 changed files with 1989 additions and 6 deletions

View file

@ -1,27 +0,0 @@
*vim-php-complete.html*
Php Code Completion
*******************
Php code completion uses the standard Vim code completion mechanism
(vim-code_completion) like so:
>
<?php
class Test {
function getName () {
}
function getValue () {
}
}
$test = new Test();
$test->get<C-X><C-U>
$test->getName()
?>
<
vim:ft=eclimhelp