File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ local health = vim.health -- after: https://github.com/neovim/neovim/pull/18720
66
77local path = require (' wincent.commandt.private.path' )
88local lua_build_directory = vim .fn .fnamemodify ((path .caller () + ' ../lib' ):normalize (), ' :~' )
9- local ruby_build_directory =
10- vim .fn .fnamemodify ((path .caller () + ' ../../../../ruby/command-t/ext/command-t' ):normalize (), ' :~' )
119
1210local function report_info ()
1311 local version = require (' wincent.commandt.version' )
@@ -16,7 +14,6 @@ local function report_info()
1614 health .info (' This is a prerelease (track the `release` branch for maximum stability)' )
1715 end
1816 health .info (' Lua build directory:\n ' .. lua_build_directory )
19- health .info (' Ruby build directory:\n ' .. ruby_build_directory )
2017end
2118
2219local function check_lua_c_library ()
You can’t perform that action at this time.
0 commit comments