├── LICENSE ├── README.md ├── doc └── refactoring-toolbox.txt ├── playground.php └── plugin └── php-refactoring-toolbox.vim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adoy/vim-php-refactoring-toolbox/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adoy/vim-php-refactoring-toolbox/HEAD/README.md -------------------------------------------------------------------------------- /doc/refactoring-toolbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adoy/vim-php-refactoring-toolbox/HEAD/doc/refactoring-toolbox.txt -------------------------------------------------------------------------------- /playground.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adoy/vim-php-refactoring-toolbox/HEAD/playground.php -------------------------------------------------------------------------------- /plugin/php-refactoring-toolbox.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adoy/vim-php-refactoring-toolbox/HEAD/plugin/php-refactoring-toolbox.vim --------------------------------------------------------------------------------