about summary refs log tree commit diff
path: root/contrib/lr.vim
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lr.vim')
-rw-r--r--contrib/lr.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lr.vim b/contrib/lr.vim
index 2b4bcb8..a3897b8 100644
--- a/contrib/lr.vim
+++ b/contrib/lr.vim
@@ -1,5 +1,5 @@
 " :Lr <lr-args> to browse lr(1) results in a new window,
 "               press return to open file in new window.
-command! -nargs=* -complete=file Lr
-	\ new | setl bt=nofile noswf | silent exe "0r!lr -Q " <q-args> |
-	\ 0 | res | map <buffer><C-M> $<C-W>F<C-W>_
+command! -n=* -complete=file Lr silent exe "R" "lr" <q-args> | res | silent f [lr] | map <buffer><CR> $hgF
+
+