Skip to content

Commit

Permalink
add doc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
karakaram committed Apr 7, 2012
1 parent 2ca27f6 commit 94c0f62
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,4 @@ You can jump to the error from the quickfix window.

# Install

Please put your vim's runtimepath this plugin files.

For example

* ~/.vim/autoload/quickrun/outputter/phpunit.vim
* ~/.vim/bundle/quickrun-outputter-phpunit/autoload/quickrun/outputter/phpunit.vim

Please install vim-quickrun Version 0.5.1(or later) before use this plugin.

https://github.com/thinca/vim-quickrun

# How to use

* Example of .vimrc

augroup QuickRunPHPUnit
autocmd!
autocmd BufWinEnter,BufNewFile *Test.php set filetype=phpunit
augroup END

let g:quickrun_config['phpunit'] = {}
let g:quickrun_config['phpunit']['outputter'] = 'phpunit'

* Option settings

let g:quickrun_config['phpunit']['outputter/running_mark'] = 'running...'
let g:quickrun_config['phpunit']['outputter/height'] = '3'
Please read the doc/vim-quickrun-phpunit.txt
28 changes: 28 additions & 0 deletions doc/vim-quickrun-phpunit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Install

Please put your vim's runtimepath this plugin files.

For example

~/.vim/autoload/quickrun/outputter/phpunit.vim
~/.vim/bundle/quickrun-outputter-phpunit/autoload/quickrun/outputter/phpunit.vim

Please install vim-quickrun Version 0.5.1(or later) before use this plugin.
https://github.com/thinca/vim-quickrun

# How to use

## Example of .vimrc

augroup QuickRunPHPUnit
autocmd!
autocmd BufWinEnter,BufNewFile *Test.php set filetype=phpunit
augroup END

let g:quickrun_config['phpunit'] = {}
let g:quickrun_config['phpunit']['outputter'] = 'phpunit'

## Option settings

let g:quickrun_config['phpunit']['outputter/running_mark'] = 'running...'
let g:quickrun_config['phpunit']['outputter/height'] = '3'

0 comments on commit 94c0f62

Please sign in to comment.