gregsexton / gitv

gitk for Vim.
938 stars 59 forks source link

6aa36f79 doesn't work with old Vims #21

Closed oyvholm closed 12 years ago

oyvholm commented 12 years ago

When executing :Gitv with for example Vim 7.2.330 (from Ubuntu 10.04.3 LTS), this happens:

Error detected while processing function <SNR>14_OpenGitv..<SNR>14_OpenBrowserMode..<SNR>14_LoadGitv..<SNR>14_ConstructAndExecuteCmd..Gitv_OpenGitCommand:
line   54:
E518: Unknown option: norelativenumber
Press ENTER or type command to continue

Setting HEAD to cdccf20a965a (tag: v1.1) makes it work again.

gregsexton commented 12 years ago

Hi,

Thanks for picking up on this. I've just pushed a commit to fix this oversight. Let me know if you still have any issues.

Thanks,

Greg