When the buffer is in diff mode, have :TOhtml create HTML to show the diff
side-by-side. (Christian Brabandt)
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 794bd29..cd06f16 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -387,6 +387,12 @@
:10,40TOhtml
+":TOhtml" has another special feature: if the window is in diff mode, it will
+generate HTML that shows all the related windows. This can be disabled by
+setting the g:diff_one_file variable: >
+
+ let g:diff_one_file = 1
+
After you save the resulting file, you can view it with any browser. The
colors should be exactly the same as you see them in Vim.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 98d1828..e6c523c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1090,6 +1090,7 @@
Before (beta) release 7.3:
- Add fixes for 7.2 to version7.txt
+- Add hg history to version7.txt
- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
Vim 7.3:
@@ -1109,6 +1110,8 @@
Update 2009 May 2, 'margincolumn'
Alternative patch. (2010 Feb 2, Gregor Uhlenheuer, update Apr 18 2010)
Fix by Lech Lorens, Apr 19
+- Another patch for Javascript indenting. (Hari Kumar, 2010 Jul 11)
+ Needs a few tests.
- Add different highlighting for a fold line depending on the fold level.
Patch. (Noel Henson, 2009 Sep 13)
- Patch to make synIDattr() work for GUI attributes in Vim without GUI