Update documentation

This commit is contained in:
Junegunn Choi 2017-03-18 02:14:34 +09:00
parent 4f00962a81
commit 605d9da512
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627
2 changed files with 8 additions and 4 deletions

View file

@ -163,8 +163,10 @@ command! -bang Colors
" Augmenting Ag command using fzf#vim#with_preview function
" * fzf#vim#with_preview([[options], preview window, [toggle keys...]])
" * Preview script requires Ruby
" * Install Highlight or CodeRay to enable syntax highlighting
" * For syntax-highlighting, Ruby and any of the following tools are required:
" - Highlight: http://www.andre-simon.de/doku/highlight/en/highlight.php
" - CodeRay: http://coderay.rubychan.de/
" - Rouge: https://github.com/jneen/rouge
"
" :Ag - Start fzf with hidden preview window that can be enabled with "?" key
" :Ag! - Start fzf in fullscreen and display the preview window above

View file

@ -189,8 +189,10 @@ You can use autoload functions to define your own commands.
" Augmenting Ag command using fzf#vim#with_preview function
" * fzf#vim#with_preview([[options], preview window, [toggle keys...]])
" * Preview script requires Ruby
" * Install Highlight or CodeRay to enable syntax highlighting
" * For syntax-highlighting, Ruby and any of the following tools are required:
" - Highlight: http://www.andre-simon.de/doku/highlight/en/highlight.php
" - CodeRay: http://coderay.rubychan.de/
" - Rouge: https://github.com/jneen/rouge
"
" :Ag - Start fzf with hidden preview window that can be enabled with "?" key
" :Ag! - Start fzf in fullscreen and display the preview window above