diff options
| -rw-r--r-- | ls-grep.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ls-grep.vim b/ls-grep.vim index 85a8334..aaa7d42 100644 --- a/ls-grep.vim +++ b/ls-grep.vim @@ -9,4 +9,4 @@ function! LsGrep(search)  endfunction -call LsGrep("ls") +command! -nargs=1 LsGrep call LsGrep(<args>) | 
