about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-15 17:16:50 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-15 17:16:50 -0700
commit50581f2a0e439f2bb8386406e3a493f17d387ab1 (patch)
tree3f59ab5401d456adccfa96919bef48fa5d57cad1 /vimrc.vim
parente30b07790ec62569a6da12405ffa5721d0165426 (diff)
downloadmu-50581f2a0e439f2bb8386406e3a493f17d387ab1.tar.gz
.
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"