Small maintenance tasks
This commit is contained in:
parent
eccf570aea
commit
9ef7fcb502
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
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
|
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
|
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
|
== 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
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
" Plugin: https://github.com/mhinz/vim-startify
|
" 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>
|
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||||
" Version: 1.8
|
|
||||||
|
|
||||||
if exists('g:autoloaded_startify') || &compatible
|
if exists('g:autoloaded_startify') || &compatible
|
||||||
finish
|
finish
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
" vim: et sw=2 sts=2
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
" Plugin: https://github.com/mhinz/vim-startify
|
" 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>
|
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||||
" Version: 1.8
|
|
||||||
|
|
||||||
if exists('g:loaded_startify') || &cp
|
if exists('g:loaded_startify') || &cp
|
||||||
finish
|
finish
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
" vim: et sw=2 sts=2
|
" vim: et sw=2 sts=2
|
||||||
|
|
||||||
" Plugin: https://github.com/mhinz/vim-startify
|
" 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>
|
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||||
" Version: 1.8
|
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
|
|
Loading…
Reference in a new issue