diff options
| author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-06-24 18:35:43 +0200 |
|---|---|---|
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2013-06-24 18:35:43 +0200 |
| commit | 0a74ffcf042cfd6d4b1890e2c2b46e3e0ebaacfd (patch) | |
| tree | 50308e382e40254b899cff17276472ea4911a825 /src/etc/vim/syntax/rust.vim | |
| parent | c6515ee6a7f424679e2b53336974a991dd3b71c8 (diff) | |
| download | rust-0a74ffcf042cfd6d4b1890e2c2b46e3e0ebaacfd.tar.gz rust-0a74ffcf042cfd6d4b1890e2c2b46e3e0ebaacfd.zip | |
vim/syntax/rust.vim: fix date header
The last change was made in 2013 not 2012.
Diffstat (limited to 'src/etc/vim/syntax/rust.vim')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 625424ac870..2c3e09a3e17 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -2,7 +2,7 @@ " Language: Rust " Maintainer: Patrick Walton <pcwalton@mozilla.com> " Maintainer: Ben Blum <bblum@cs.cmu.edu> -" Last Change: 2012 Jun 14 +" Last Change: 2013 Jun 14 if version < 600 syntax clear |
