diff options
| author | Peter Odding <peter@peterodding.com> | 2011-04-11 19:50:29 +0200 | 
|---|---|---|
| committer | Peter Odding <peter@peterodding.com> | 2011-04-11 19:50:29 +0200 | 
| commit | 27bef01e573be72968dd5e2e819dcb67e91cd2f7 (patch) | |
| tree | 7613e8f116cabda67507d65560043a2bd08a747e /.gitmodules | |
| parent | 6de3e062202e249f9c46d273b8dc577657497893 (diff) | |
| download | vim-easytags-27bef01e573be72968dd5e2e819dcb67e91cd2f7.tar.gz | |
Improve submodule config, minor README updates
 * In response to issue 5 [1] I've changed the git submodule config to
   references GitHub using HTTPS instead of the git protocol, this
   should make it easier for people behind firewalls to clone the
   repository.
 * In response to an issue [2] reported against one of my other Vim
   plug-ins I've changed the link to the ZIP archive to include the
   ".zip" extension. The old links without extensions will keep working
   so as not to break links in older README files.
 * The link with the text "CTRL-]" broke some Markdown implementations
   so I changed the text to use an HTML entity instead of a plain "]".
[1] https://github.com/xolox/vim-easytags/issues/5
[2] https://github.com/xolox/vim-session/issues/5
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.gitmodules b/.gitmodules index c98216e..5498be8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@  [submodule "autoload/xolox/misc"]  	path = autoload/xolox/misc -	url = git://github.com/xolox/vim-misc.git +	url = https://github.com/xolox/vim-misc.git | 
