about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc.vim b/vimrc.vim
index 98f9e836..0c297fef 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -75,4 +75,4 @@ endif
 " useful for inspecting just the control flow in a trace
 " see https://github.com/akkartik/mu/blob/master/subx/Readme.md#a-few-hints-for-debugging
 " the '-a' is because traces can sometimes contain unprintable characters that bother grep
-command! -nargs=0 L exec "%!grep -a label"
+command! -nargs=0 L exec "%!grep -a label |grep -v clear-stream:loop"