@lilydjwg: done!
Search Criteria
Package Details: vim-rust-git r249.f5205ad-4
Package Actions
| 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: | |
| 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
- git-manifest.txt
- git://github.com/rust-lang/rust.vim.git
- LICENSE-APACHE
- LICENSE-MIT
Latest Comments
Comment by yjerem
Comment by lilydjwg
I guess it's time to switch upstream to https://github.com/rust-lang/rust.vim
Comment by yjerem
Package updated to install the new ${vimfiles}/compiler/cargo.vim file.
Comment by yjerem
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
@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
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
thanks for this!
Comment by oconnor663
Thanks!