From 3ac62a0315edbc6b018539c6264ae91a2e0d750a Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Mon, 6 Jul 2009 23:29:17 +0200 Subject: [PATCH] The next important todos --- test.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 9d97e3c..a0176e3 100755 --- a/test.py +++ b/test.py @@ -225,10 +225,12 @@ class TabStopTestMultilineExpand_ExceptCorrectResult(_VimTest): wanted = "test hallo one more\nnice world work\n" \ "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 # 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): # snippets = ("m", "[ ${1:first} ${2:sec} ]") # keys = "m\tm\thello\tworld\tend"