summaryrefslogtreecommitdiffstats
path: root/doc/unsorted/vim_snippet.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-03-24 12:06:21 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-03-24 12:06:21 -0500
commit562ca69c9dfadb89202661dee317ec31f84cadb7 (patch)
treec06c7c1b91f971de13f9ef594c3569708d4442fe /doc/unsorted/vim_snippet.txt
parent16072ab1b2c3785b7a35c54b1f28a7142563330b (diff)
downloadbcfg2-562ca69c9dfadb89202661dee317ec31f84cadb7.tar.gz
bcfg2-562ca69c9dfadb89202661dee317ec31f84cadb7.tar.bz2
bcfg2-562ca69c9dfadb89202661dee317ec31f84cadb7.zip
doc: Remove references to ConfigFiles
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/unsorted/vim_snippet.txt')
-rw-r--r--doc/unsorted/vim_snippet.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/unsorted/vim_snippet.txt b/doc/unsorted/vim_snippet.txt
index e4fda7eca..4598b5c1d 100644
--- a/doc/unsorted/vim_snippet.txt
+++ b/doc/unsorted/vim_snippet.txt
@@ -30,9 +30,9 @@ that allow quick composition of bundles and base files.
<Group name='${1:groupname}'>
${2}
</Group>
- # ConfigFile
- snippet <Config
- <ConfigFile name='${1:filename}'/>
+ # Path
+ snippet <Path
+ <Path name='${1:filename}'/>
# Service
snippet <Service
<Service name='${1:svcname}'/>