Skip to content

Commit

Permalink
Rakefile: Remove vim cmatcher compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
grekko committed Sep 10, 2022
1 parent 9d820fd commit dc42d46
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,6 @@ namespace :setup do
sh "git submodule init"
sh "git submodule update"
end
ctrlpc_matcher_path = "#{VIM_PATH}/bundle/ctrlp-cmatcher"
unless File.exist? "#{ctrlpc_matcher_path}/autoload/fuzzycomt.so"
FileUtils.cd ctrlpc_matcher_path do |_|
begin
sh "./install.sh"
rescue RuntimeError
puts "----------------------"
puts "Could not compile CTRLPC-Matcher C-Extension, probably due to missing python-header files."
puts "Vim will still work but be a little slower using CTRLP."
puts "If you want to fix it, check the error log and re-run the installation."
puts "----------------------"
end
end
end
end
end

Expand Down

0 comments on commit dc42d46

Please sign in to comment.