diff runtime/doc/todo.txt @ 5138:0d4e0cde36e1

A few updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 05 Jul 2013 21:01:22 +0200
parents 71e066e10a47
children f34c9a9a5112
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.3.  Last change: 2013 Jul 04
+*todo.txt*      For Vim version 7.3.  Last change: 2013 Jul 05
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -325,9 +325,11 @@ Jan 19)
 Win32: default for 'backupcopy' is wrong for a symbolic link. (mklink one
 two). (Benjamin Fritz, 2012 Mar 15)
 
-Need to escape $HOME on Windows?  (ZyX, 2011 Jul 21)
-
-"2" in 'formatopions' not working in comments. (Christian Corneliussen, 2011
+Need to escape $HOME on Windows?  (ZyX, 2011 Jul 21, discussion 2013 Jul 4)
+Can't simply use a backslash, \$HOME has a different meaning already.
+Would be possible to use $$HOME where $HOME is to be used.
+
+"2" in 'formatoptions' not working in comments. (Christian Corneliussen, 2011
 Oct 26)
 
 Bug in repeating Visual "u". (Lawrence Kesteloot, 2010 Dec 20)