├── LICENSE ├── README.md ├── doc └── phprefactor.txt ├── ftplugin └── php.vim └── plugin └── phprefactor.vim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-php/vim-php-refactoring/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-php/vim-php-refactoring/HEAD/README.md -------------------------------------------------------------------------------- /doc/phprefactor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-php/vim-php-refactoring/HEAD/doc/phprefactor.txt -------------------------------------------------------------------------------- /ftplugin/php.vim: -------------------------------------------------------------------------------- 1 | noremap r :call PhpRefactorShowMenu() 2 | -------------------------------------------------------------------------------- /plugin/phprefactor.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vim-php/vim-php-refactoring/HEAD/plugin/phprefactor.vim --------------------------------------------------------------------------------