aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-14 07:40:02 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-14 07:40:02 +0000
commita5f3022feeb7ff62b3bcdc31142badc3b161f45b (patch)
treea5e9740755e5c10efeceeda8565b0d4d506fa0cf /doc
parentMake dist-upload work properly. (diff)
downloadgentoo-syntax-a5f3022feeb7ff62b3bcdc31142badc3b161f45b.tar.gz
gentoo-syntax-a5f3022feeb7ff62b3bcdc31142badc3b161f45b.tar.bz2
gentoo-syntax-a5f3022feeb7ff62b3bcdc31142badc3b161f45b.zip
Add VIM_PLUGIN_VIM_VERSION to the app-vim/ ebuild template.
Add g:loaded_* guard variables to plugin/* to prevent loading them more than once. This makes it easier to test them by adding them to your ~/.vim/ directory w/o having to remove the system-wide ones. svn path=/trunk/gentoo-syntax/; revision=40
Diffstat (limited to 'doc')
-rw-r--r--doc/gentoo-syntax.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt
index 5328a39..2748c0f 100644
--- a/doc/gentoo-syntax.txt
+++ b/doc/gentoo-syntax.txt
@@ -273,6 +273,13 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
==============================================================================
3. ChangeLog *gentoo-syntax-changelog*
+ 20070514 pioto
+ * Add VIM_PLUGIN_VIM_VERSION to the app-vim/ ebuild template.
+ * Add g:loaded_* guard variables to plugin/* to prevent loading
+ them more than once. This makes it easier to test them by adding
+ them to your ~/.vim/ directory w/o having to remove the
+ system-wide ones.
+
20070506 pioto
* Eclasses don't need to specify ECLASS or INHERITED anymore. See
Bug #175135.