aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-06-22 17:01:19 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-06-22 17:01:19 +0000
commite6b5690034e5642b33d147e1c58c494b9e28cacf (patch)
tree3676591849ca4b2b7590559d304e80cf80e67559 /doc
parentUpdated eutils,multilib,flag-o-matic,webapp, and games eclass functions; adde... (diff)
downloadgentoo-syntax-e6b5690034e5642b33d147e1c58c494b9e28cacf.tar.gz
gentoo-syntax-e6b5690034e5642b33d147e1c58c494b9e28cacf.tar.bz2
gentoo-syntax-e6b5690034e5642b33d147e1c58c494b9e28cacf.zip
added g:ebuild_create_on_empty option to toggle new ebuild
creation on/off on a new ebuild. Fixes #96659 svn path=/trunk/; revision=10
Diffstat (limited to 'doc')
-rw-r--r--doc/gentoo-syntax.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt
index 21959c0..14834fb 100644
--- a/doc/gentoo-syntax.txt
+++ b/doc/gentoo-syntax.txt
@@ -241,6 +241,10 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
The ':NewEbuild' command can be used to manually create contents for a
new ebuild or eclass file.
+ To disable the autogenerate functionality place into your .vimrc file:
+
+ let g:ebuild_create_on_empty = 0
+
New init.d Files *new-init.d* *:NewInitd*
New init.d files will automatically have a skeleton content created
@@ -268,6 +272,10 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
==============================================================================
3. ChangeLog *gentoo-syntax-changelog*
+ 20050622 rphillips
+ * added g:ebuild_create_on_empty option to toggle new ebuild
+ creation on/off on a new ebuild. Fixes #96659
+
20050618 ka0ttic (Release)
* Updated eutils, multilib, flag-o-matic, webapp, games eclass
functions.