typo fixes!
This commit is contained in:
parent
784097cd21
commit
6a98c5439d
@ -803,7 +803,7 @@ class SnippetUtil(object):
|
|||||||
This is a list of lines to insert at the
|
This is a list of lines to insert at the
|
||||||
location of the placeholder.
|
location of the placeholder.
|
||||||
|
|
||||||
Depreciates res.
|
Deprecates res.
|
||||||
"""
|
"""
|
||||||
return self._rv
|
return self._rv
|
||||||
|
|
||||||
@ -821,7 +821,7 @@ class SnippetUtil(object):
|
|||||||
def c(self):
|
def c(self):
|
||||||
""" The current text of the placeholder.
|
""" The current text of the placeholder.
|
||||||
|
|
||||||
Depreciates cur.
|
Deprecates cur.
|
||||||
"""
|
"""
|
||||||
return self._c
|
return self._c
|
||||||
|
|
||||||
|
2
test.py
2
test.py
@ -462,7 +462,7 @@ print "Hallo Welt"
|
|||||||
# PythonCode Interpolation #
|
# PythonCode Interpolation #
|
||||||
############################
|
############################
|
||||||
|
|
||||||
#### Depricated way ##########
|
#### Deprecated way ##########
|
||||||
class PythonCodeOld_SimpleExample(_VimTest):
|
class PythonCodeOld_SimpleExample(_VimTest):
|
||||||
snippets = ("test", """hi `!p res = "Hallo"` End""")
|
snippets = ("test", """hi `!p res = "Hallo"` End""")
|
||||||
keys = "test" + EX
|
keys = "test" + EX
|
||||||
|
Loading…
Reference in New Issue
Block a user