m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Examples (vim) (markdown)

tetsusoh
2018-05-23 23:28:39 +09:00
parent 24f4635894
commit c54d3bc572

@@ -291,6 +291,7 @@ command! BTags call s:btags()
```
### Search lines in all open vim buffers
(require `set hidden` to prevent vim unload buffer)
```vimL
function! s:line_handler(l)