The next important todos

This commit is contained in:
Holger Rapp 2009-07-06 23:29:17 +02:00
parent 09e50acae1
commit 3ac62a0315

View File

@ -225,10 +225,12 @@ class TabStopTestMultilineExpand_ExceptCorrectResult(_VimTest):
wanted = "test hallo one more\nnice world work\n" \ wanted = "test hallo one more\nnice world work\n" \
"test try\nSeem to work World" "test try\nSeem to work World"
# TODO: expand, jump forward, jump backwards should all be individual print "expand, jump forward, jump backwards should all be individual"
print "Shell eval snippets"
# functions # functions
# Multiline text pasting # Multiline text pasting
# Recursive Tabstops: TODO: this will still take some time print "Recursive Tabstops: TODO: this will still take some time"
# class RecTabStops_SimpleCase_ExceptCorrectResult(_VimTest): # class RecTabStops_SimpleCase_ExceptCorrectResult(_VimTest):
# snippets = ("m", "[ ${1:first} ${2:sec} ]") # snippets = ("m", "[ ${1:first} ${2:sec} ]")
# keys = "m\tm\thello\tworld\tend" # keys = "m\tm\thello\tworld\tend"