浏览代码

bump to 1.4

Marco Hinz 12 年之前
父节点
当前提交
b5ec1605cc
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      autoload/startify.vim
  2. 1 1
      plugin/startify.vim
  3. 1 1
      syntax/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -1,7 +1,7 @@
 " Plugin:      https://github.com/mhinz/vim-startify
 " Description: Start screen displaying recently used stuff.
 " Maintainer:  Marco Hinz <http://github.com/mhinz>
-" Version:     1.3
+" Version:     1.4
 
 if exists('g:autoloaded_startify') || &cp
   finish

+ 1 - 1
plugin/startify.vim

@@ -1,7 +1,7 @@
 " Plugin:      https://github.com/mhinz/vim-startify
 " Description: Start screen displaying recently used stuff.
 " Maintainer:  Marco Hinz <http://github.com/mhinz>
-" Version:     1.3
+" Version:     1.4
 
 if exists('g:loaded_startify') || &cp
   finish

+ 1 - 1
syntax/startify.vim

@@ -1,7 +1,7 @@
 " Plugin:      https://github.com/mhinz/vim-startify
 " Description: Start screen displaying recently used stuff.
 " Maintainer:  Marco Hinz <http://github.com/mhinz>
-" Version:     1.3
+" Version:     1.4
 
 if exists("b:current_syntax")
   finish