Small maintenance tasks
This commit is contained in:
parent
eccf570aea
commit
9ef7fcb502
2
LICENSE
2
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
|
||||
|
|
|
@ -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,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,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,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
|
||||
|
|
Loading…
Reference in a new issue