From 27bef01e573be72968dd5e2e819dcb67e91cd2f7 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Mon, 11 Apr 2011 19:50:29 +0200 Subject: 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 --- doc/easytags.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/easytags.txt b/doc/easytags.txt index 4523cca..3694620 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -361,7 +361,7 @@ References ~ [3] http://en.wikipedia.org/wiki/Ctags [4] http://ftp.vim.org/vim/runtime/syntax/ [5] http://ctags.sourceforge.net/languages.html -[6] http://peterodding.com/code/vim/downloads/easytags +[6] http://peterodding.com/code/vim/downloads/easytags.zip [7] http://peterodding.com/code/vim/shell/ [8] http://en.wikipedia.org/wiki/Dynamic-link_library [9] http://en.wikipedia.org/wiki/Symbolic_link @@ -371,4 +371,4 @@ References ~ [13] http://www.vim.org/scripts/script.php?script_id=3114 [14] http://en.wikipedia.org/wiki/MIT_License -vim: syntax=help nospell \ No newline at end of file +vim: syntax=help nospell -- cgit v1.2.3