summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-15 22:18:42 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-15 22:18:42 +0000
commit4c7ed462cb7813730b4f15f9cb09f1b26d097fca (patch)
treecbca54821fdbaeb62a5c92ef875c8b8df54813c3 /runtime
parente45828b593d8308535b80ef17fe660ead6fab533 (diff)
updated for version 7.0198v7.0198
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/change.txt4
-rw-r--r--runtime/doc/todo.txt41
2 files changed, 21 insertions, 24 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index b5283bc1af..85132a60f8 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2006 Feb 13
+*change.txt* For Vim version 7.0aa. Last change: 2006 Feb 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1171,7 +1171,7 @@ gq{motion} Format the lines that {motion} moves over.
Formatting is done with one of three methods:
1. If 'formatexpr' is not empty the expression is
evaluated. This can differ for each buffer.
- 2. If 'formatprg' is not mepty an external program
+ 2. If 'formatprg' is not empty an external program
is used.
3. Otherise formatting is done internally.
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 59bc24e1fe..dc1e8db769 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 14
+*todo.txt* For Vim version 7.0aa. Last change: 2006 Feb 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -32,22 +32,20 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
Support WINDOW TABS. Works like several pages, each with their own split
windows. Let's call them "tab pages".
-
- todo:
- - ":qa"?
- - "2gt" doesn't restore syntax HL. GUI: scrollbars are wrong.
- - line at top of frame with tabs. 'tabline' option 0/1/2 like 'laststatus'
- Use the name of the first buffer in the tab (ignoring the help window,
- unless it's the only one). Add a number for the window count.
+ - Mouse click in tab name should select that tab.
+ - line at top of frame with tabs.
+ for the name ignore the help window, unless it's the only one).
+ Add a number for the window count?
+ Add a '+' if one of the windows is modified?
Add 'tabtext' option, like 'statusline'.
- Select tab with mouse.
+ Add an "X" to close the current tab (like firefox).
- When deleting a buffer also close windows in other tab pages.
- - check all places where (firstwin == lastwin) is used (and vise versa)
+ - check all places where firstwin and lastwin are used
- check all places wheren only_one_window() is used.
- - When Vim window is resized all tabs must be resized.
+ - Add tabpage(): returns current tab page number.
- E999
- ":tabclose N" close tab N
- docs:
+ - docs:
:tabedit
:tabfind
:tab N
@@ -58,21 +56,20 @@ windows. Let's call them "tab pages".
"gt": Use "1gt" - "99gt" to switch to another tab. "gt" goes to the
next one. Hint in docs: To mess with another buffer, without
changing the window layout, do this in another tab.
-
- add GUI Tabs for some systems.
- Patch for GTK 1.2 passed on by Christian Michon, 2004 Jan 6.
- Simple patch for GTK by Luis M (nov 7).
-
- Don't forget to provide an "X" to close the current tab.
-
- Need to be able to search the windows in inactive tabs, e.g. for the
- quickfix window.
-
+ 'tabline' values 0/1/2
+ - add GUI Tabs for some systems.
+ Patch for GTK 1.2 passed on by Christian Michon, 2004 Jan 6.
+ Simple patch for GTK by Luis M (nov 7).
+ - Need to be able to search the windows in inactive tabs, e.g. for the
+ quickfix window.
Crash with X command server (Ciaran McCreesh).
Ctags still hasn't included the patch...
+"fsutil hardlink" can create a hard link on an NTFS file system. (Daniel
+Einspanjer) What library function can detect that?
+
spelling:
- Also use the spelling dictionary for dictionary completion.
When 'dictionary' is empty and/or when "kspell" is in 'complete'.