Package Details: vim-rust-git r249.f5205ad-4

Package Base: vim-rust-git
Description: Syntax and supporting functionality for the Rust filetype
Upstream URL: https://github.com/rust-lang/rust.vim
Category: editors
Licenses: MIT, Apache
Submitter: yjerem
Maintainer: yjerem
Last Packager: yjerem
Votes: 7
First Submitted: 2014-08-03 13:01
Last Updated: 2015-03-07 13:21

Dependencies (3)

  • git (make)
  • rust (optional) – for RustRun and similar commands
  • vim-syntastic (optional) – syntax checking

Required by (0)

Sources

Latest Comments

Comment by yjerem

2015-02-01 05:06

@lilydjwg: done!

Comment by lilydjwg

2015-02-01 04:25

I guess it's time to switch upstream to https://github.com/rust-lang/rust.vim

Comment by yjerem

2014-10-03 04:18

Package updated to install the new ${vimfiles}/compiler/cargo.vim file.

Comment by yjerem

2014-09-13 21:49

I guess I can't make vim-rust-git conflict with rust, because rust-nightly-bin provides rust. And this package is specifically for rust-nightly-bin users, because it's the only rust package that doesn't install the vimfiles.

Comment by yjerem

2014-09-13 21:30

@emanueLczirai: Thanks for letting me know, I guess some rust packages include the vim stuff, and others don't, like rust-nightly-bin. I'll add the conflicting ones to the PKGBUILD.

Comment by abandonedaccount

2014-09-13 19:56

looks like vim-rust-git conflicts with rust package
after having installed vim-rust-git and now trying to install rust, failed with:
(2/2) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
rust: /usr/share/vim/vimfiles/after/syntax/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/autoload/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/compiler/rustc.vim exists in filesystem
rust: /usr/share/vim/vimfiles/doc/rust.txt exists in filesystem
rust: /usr/share/vim/vimfiles/ftdetect/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/ftplugin/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/indent/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/plugin/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/syntax/rust.vim exists in filesystem
rust: /usr/share/vim/vimfiles/syntax_checkers/rust/rustc.vim exists in filesystem
Errors occurred, no packages were upgraded.

but after removing vim-rust-git then allowed the rust package to install

Comment by bitcrusher

2014-09-01 20:53

thanks for this!

Comment by oconnor663

2014-08-26 20:12

Thanks!