Removed and reordered some TODOs

This commit is contained in:
Holger Rapp 2009-07-16 10:21:32 +02:00
parent 318b2726ae
commit b15199bab1

View File

@ -144,8 +144,6 @@ class SimpleExpandNewLineAndBackspae_ExceptCorrectResult(_SimpleExpands):
def _options_off(self): def _options_off(self):
self.send(":set backspace=\n") self.send(":set backspace=\n")
class SimpleExpandTypeAfterExpand_ExceptCorrectResult(_SimpleExpands): class SimpleExpandTypeAfterExpand_ExceptCorrectResult(_SimpleExpands):
keys = "hallo" + EX + "and again" keys = "hallo" + EX + "and again"
wanted = "Hallo Welt!and again" wanted = "Hallo Welt!and again"
@ -417,6 +415,8 @@ class TabStop_VimScriptInterpolation_SimpleExample(_VimTest):
keys = " test" + EX keys = " test" + EX
wanted = " hi 4 End" wanted = " hi 4 End"
# TODO: pasting with <C-R> while mirroring, also multiline
# TODO: expandtab and therelikes
# TODO: Multiline text pasting # TODO: Multiline text pasting
print "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):
@ -428,7 +428,6 @@ print "Recursive Tabstops: TODO: this will still take some time"
# keys = "m" + EX + "m" + JF + "hello\tworld\t" # keys = "m" + EX + "m" + JF + "hello\tworld\t"
# wanted = "[ [ hello world ] sec ]" # wanted = "[ [ hello world ] sec ]"
# # TODO: pasting with <C-R> while mirroring, also multiline
# ########### # ###########
# # MIRRORS # # # MIRRORS #
# ########### # ###########
@ -704,8 +703,6 @@ class CursorMovement_Multiline_ECR(_VimTest):
"this is something\nvery nice\nnotmore text" "this is something\nvery nice\nnotmore text"
# TODO: expandtab and therelikes
###################### ######################
# INSERT MODE MOVING # # INSERT MODE MOVING #
###################### ######################
@ -752,8 +749,6 @@ class IMMoving_ExitWhenOutsideBelow_ECR(_VimTest):
wanted = "hello tab\nblub this\ntesthallo" wanted = "hello tab\nblub this\ntesthallo"
# TODO: formatoptions with auto wrapping gives problems inside snippets
#################### ####################
# PROPER INDENTING # # PROPER INDENTING #
#################### ####################