updated for version 7.0171
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 5bc0035..55a63fd 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 14
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 16
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,10 +30,6 @@
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Using pipes to decrypt text still doesn't work, can't get the password.
-    :set shell=/bin/sh noshelltemp
-    :%!gpg --decrypt --no-tty --passphrase-fd 2
-
 When inside input() and using "CTRL-R =" causing an exception the command line
 isn't abandoned. (Yukihiro Nakadaira)