Skip to content

Commit 9ef7fcb

Browse files
committed
Small maintenance tasks
1 parent eccf570 commit 9ef7fcb

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 Marco Hinz
3+
Copyright (c) 2015 Marco Hinz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ _Thank you for flying mhi airlines. Get your Vim on!_
151151

152152
== License
153153

154-
MIT license. Copyright (c) 2014 Marco Hinz.
154+
MIT license. Copyright (c) 2015 Marco Hinz.

autoload/startify.vim

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
" vim: et sw=2 sts=2
22

33
" Plugin: https://github.com/mhinz/vim-startify
4-
" Description: Start screen displaying recently used stuff.
4+
" Description: A fancy start screen for Vim.
55
" Maintainer: Marco Hinz <http://github.com/mhinz>
6-
" Version: 1.8
76

87
if exists('g:autoloaded_startify') || &compatible
98
finish

plugin/startify.vim

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
" vim: et sw=2 sts=2
22

33
" Plugin: https://github.com/mhinz/vim-startify
4-
" Description: Start screen displaying recently used stuff.
4+
" Description: A fancy start screen for Vim.
55
" Maintainer: Marco Hinz <http://github.com/mhinz>
6-
" Version: 1.8
76

87
if exists('g:loaded_startify') || &cp
98
finish

syntax/startify.vim

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
" vim: et sw=2 sts=2
22

33
" Plugin: https://github.com/mhinz/vim-startify
4-
" Description: Start screen displaying recently used stuff.
4+
" Description: A fancy start screen for Vim.
55
" Maintainer: Marco Hinz <http://github.com/mhinz>
6-
" Version: 1.8
76

87
if exists("b:current_syntax")
98
finish

0 commit comments

Comments
 (0)