typo fixes!

This commit is contained in:
rygwdn@gmail.com 2010-07-29 22:42:38 -03:00
parent 784097cd21
commit 6a98c5439d
2 changed files with 3 additions and 3 deletions

View File

@ -803,7 +803,7 @@ class SnippetUtil(object):
This is a list of lines to insert at the
location of the placeholder.
Depreciates res.
Deprecates res.
"""
return self._rv
@ -821,7 +821,7 @@ class SnippetUtil(object):
def c(self):
""" The current text of the placeholder.
Depreciates cur.
Deprecates cur.
"""
return self._c

View File

@ -462,7 +462,7 @@ print "Hallo Welt"
# PythonCode Interpolation #
############################
#### Depricated way ##########
#### Deprecated way ##########
class PythonCodeOld_SimpleExample(_VimTest):
snippets = ("test", """hi `!p res = "Hallo"` End""")
keys = "test" + EX