This commit is contained in:
Kartik Agaram 2019-05-15 17:16:50 -07:00
parent e30b07790e
commit 50581f2a0e
1 changed files with 1 additions and 1 deletions

View File

@ -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"