From c54d3bc5723c6ca8359a3a5c6b66b05615698f42 Mon Sep 17 00:00:00 2001 From: tetsusoh Date: Wed, 23 May 2018 23:28:39 +0900 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples-(vim).md b/Examples-(vim).md index f314c0f..9438baf 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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)