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 aa4e80d..8012dd2 100644 --- a/ls-grep.vim +++ b/ls-grep.vim @@ -12,4 +12,4 @@ function! LsGrep(search) endfunction -command! -nargs=1 LsGrep call LsGrep(<args>) +command! -nargs=1 LsGrep call LsGrep("<args>") |
