Marco Hinz пре 10 година
родитељ
комит
9ef7fcb502
5 измењених фајлова са 5 додато и 8 уклоњено
  1. 1 1
      LICENSE
  2. 1 1
      README.adoc
  3. 1 2
      autoload/startify.vim
  4. 1 2
      plugin/startify.vim
  5. 1 2
      syntax/startify.vim

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2013 Marco Hinz
+Copyright (c) 2015 Marco Hinz
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in

+ 1 - 1
README.adoc

@@ -151,4 +151,4 @@ _Thank you for flying mhi airlines. Get your Vim on!_
 
 == License
 
-MIT license. Copyright (c) 2014 Marco Hinz.
+MIT license. Copyright (c) 2015 Marco Hinz.

+ 1 - 2
autoload/startify.vim

@@ -1,9 +1,8 @@
 " vim: et sw=2 sts=2
 
 " Plugin:      https://github.com/mhinz/vim-startify
-" Description: Start screen displaying recently used stuff.
+" Description: A fancy start screen for Vim.
 " Maintainer:  Marco Hinz <http://github.com/mhinz>
-" Version:     1.8
 
 if exists('g:autoloaded_startify') || &compatible
   finish

+ 1 - 2
plugin/startify.vim

@@ -1,9 +1,8 @@
 " vim: et sw=2 sts=2
 
 " Plugin:      https://github.com/mhinz/vim-startify
-" Description: Start screen displaying recently used stuff.
+" Description: A fancy start screen for Vim.
 " Maintainer:  Marco Hinz <http://github.com/mhinz>
-" Version:     1.8
 
 if exists('g:loaded_startify') || &cp
   finish

+ 1 - 2
syntax/startify.vim

@@ -1,9 +1,8 @@
 " vim: et sw=2 sts=2
 
 " Plugin:      https://github.com/mhinz/vim-startify
-" Description: Start screen displaying recently used stuff.
+" Description: A fancy start screen for Vim.
 " Maintainer:  Marco Hinz <http://github.com/mhinz>
-" Version:     1.8
 
 if exists("b:current_syntax")
   finish