Skip to content

Commit

Permalink
Merge pull request #4 from uberbrodt/master
Browse files Browse the repository at this point in the history
As I discussed in my issue in the old repo...
  • Loading branch information
Daniel Choi committed Mar 25, 2012
2 parents 0d5bb69 + a9abcd5 commit f645600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin/ri.vim
Expand Up @@ -24,7 +24,10 @@ function! s:runCommand(command)
endfunction

function! RIVimStatusLine()
let a = g:mapleader
let a = "\\"
if exists("g:mapleader")
let a = g:mapleader
endif
return "%<%f\ | Press ".a."? for help "."%r%=%-14.(%l,%c%V%)\ %P"
endfunction

Expand Down

0 comments on commit f645600

Please sign in to comment.