Skip to content

Commit d595e6e

Browse files
committedFeb 5, 2014
Fix License
1 parent aeaf45a commit d595e6e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## About
44

5-
NeoBundle is a Vim plugin manager inspired by Vundle(https://github.com/gmarik/vundle).
5+
NeoBundle is a Vim plugin manager. This plugin is based on my
6+
Vundle(https://github.com/gmarik/vundle) fork in first version, but I added
7+
tons of features.
68

79
Requirements: Vim 7.2.051 or above.
810

‎doc/neobundle.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Version: 3.0
44
Author : Shougo <Shougo.Matsu at gmail.com>
5+
gmarik http://github.com/gmarik
56
License: MIT license {{{
67
Permission is hereby granted, free of charge, to any person obtaining
78
a copy of this software and associated documentation files (the
@@ -40,8 +41,9 @@ FAQ |neobundle-faq|
4041
==============================================================================
4142
INTRODUCTION *neobundle-introduction*
4243

43-
*neobundle* is the ultimate Vim package manager. This plugin is inspired by
44-
Vundle.vim (https://github.com/gmarik/vundle), but I added tons of features.
44+
*neobundle* is the ultimate Vim package manager. This plugin is based on my
45+
Vundle(https://github.com/gmarik/vundle) fork in first version, but I added
46+
tons of features.
4547

4648
For example:
4749
* Uses |vimproc| if available

0 commit comments

Comments
 (0)
Please sign in to comment.