Skip to content

Commit

Permalink
leave notes for where to file bugs and get the liccense
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jan 7, 2017
1 parent f69de68 commit 27b3264
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/autoload/rust.vim
@@ -1,6 +1,7 @@
" Author: Kevin Ballard
" Description: Helper functions for Rust commands/mappings
" Last Modified: May 27, 2014
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

" Jump {{{1

Expand Down
1 change: 1 addition & 0 deletions runtime/autoload/rustfmt.vim
@@ -1,6 +1,7 @@
" Author: Stephen Sugden <stephen@stephensugden.com>
"
" Adapted from https://github.com/fatih/vim-go
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

if !exists("g:rustfmt_autosave")
let g:rustfmt_autosave = 0
Expand Down
1 change: 1 addition & 0 deletions runtime/compiler/cargo.vim
Expand Up @@ -2,6 +2,7 @@
" Compiler: Cargo Compiler
" Maintainer: Damien Radtke <damienradtke@gmail.com>
" Latest Revision: 2014 Sep 24
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

if exists('current_compiler')
finish
Expand Down
1 change: 1 addition & 0 deletions runtime/compiler/rustc.vim
Expand Up @@ -2,6 +2,7 @@
" Compiler: Rust Compiler
" Maintainer: Chris Morgan <me@chrismorgan.info>
" Latest Revision: 2013 Jul 12
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

if exists("current_compiler")
finish
Expand Down
1 change: 1 addition & 0 deletions runtime/indent/rust.vim
Expand Up @@ -2,6 +2,7 @@
" Language: Rust
" Author: Chris Morgan <me@chrismorgan.info>
" Last Change: 2016 Jul 15
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
Expand Down
1 change: 1 addition & 0 deletions runtime/plugin/rust.vim
@@ -1,6 +1,7 @@
" Vim syntastic plugin helper
" Language: Rust
" Maintainer: Andrew Gallant <jamslam@gmail.com>
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

if exists("g:loaded_syntastic_rust_filetype")
finish
Expand Down
1 change: 1 addition & 0 deletions runtime/syntax/rust.vim
Expand Up @@ -4,6 +4,7 @@
" Maintainer: Ben Blum <bblum@cs.cmu.edu>
" Maintainer: Chris Morgan <me@chrismorgan.info>
" Last Change: Feb 24, 2016
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim

if version < 600
syntax clear
Expand Down

0 comments on commit 27b3264

Please sign in to comment.