Installing vim with ruby support (+ruby)

后端 未结 13 2100
萌比男神i
萌比男神i 2020-12-04 07:37

I\'m trying to get command-t installed for vim but my current version of vim doesn\'t have the (+ruby) flag. The command \"which ruby\" shows that ruby is installed.

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 07:51

    Flag +ruby means that vim is compiled with ruby support and linked against ruby interpreter library. You cannot get this flag without recompiling vim or installing another version which is compiled with this flag.

提交回复
热议问题