m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Formatting

Ian Howell
2019-02-10 00:19:47 -06:00
parent 8000d46d3e
commit ba09cdd226

@@ -51,7 +51,8 @@ array as the source. In the following example, we use the names of the open
buffers as the source. buffers as the source.
```vim ```vim
call fzf#run({'source': map(filter(range(1, bufnr('$')), 'buflisted(v:val)'), 'bufname(v:val)'), call fzf#run({'source': map(filter(range(1, bufnr('$')), 'buflisted(v:val)'),
\ 'bufname(v:val)'),
\ 'sink': 'e', 'down': '30%'}) \ 'sink': 'e', 'down': '30%'})
``` ```