danchoi / ri.vim

browse ri documentation from Vim
http://github.com/danchoi/ri.vim
MIT License
114 stars 15 forks source link

As I discussed in my issue in the old repo... #4

Closed uberbrodt closed 12 years ago

uberbrodt commented 12 years ago

This function is trying to get the value of in a variable to display to the user in the status line. Seems that unless set by user in vimrc, Vim doesn't register g:mapleader. Assume '\' as that is the default (on Linux and other *nix's; I can't speak for Mac)

danchoi commented 12 years ago

Thank you for pointing this out, and thanks again for the patch. I appreciate it!

uberbrodt commented 12 years ago

You're welcome, and thanks for the handy plugin!