summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-10-11 20:34:58 +0000
committervimboss <devnull@localhost>2005-10-11 20:34:58 +0000
commitb3c49db500d5c00532824eff696bcdba628ec7c5 (patch)
treecdb6ba64b4ceb0c1c71f82f3e69d5a881701c1f3
parentf2e2193e571b91ea7e1e7823a3539a4d9eb314bb (diff)
downloadvim-b3c49db500d5c00532824eff696bcdba628ec7c5.tar.gz
updated for version 7.0156v7.0156v7-0156
-rw-r--r--runtime/doc/todo.txt10
-rw-r--r--runtime/doc/version7.txt4
2 files changed, 10 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 9fb6b7d6..430ab9fd 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 Oct 10
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Oct 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -39,12 +39,16 @@ ccomplete:
spelling:
- When a recognized word ends in a . don't have 'spellcapcheck" match it.
-- Use KEEPCAPWORD instead of "KEP" and add KEEPCAPROOT (affixes may be
- capatalized).
+- Use KEEPCASE instead of "KEP". applies to affixes too.
+- Look into hungarian dictionary:
+ http://magyarispell.sourceforge.net/rc3-beta2.zip
Mac unicode patch (Da Woon Jung):
- selecting proportional font breaks display
- UTF-8 text causes display problems. Font replacement causes this.
+- Command-key mappings do not work. (Alan Schmitt)
+- With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
+ (Alan Schmitt)
Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging
(with Agide?) and describe it. (George Reilly)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 0ca8cba9..a7f12018 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Oct 10
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Oct 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -844,6 +844,8 @@ opened easily. It may overwrite another character, esp. if 'foldcolumn' is 1.
It is now possible to get the W10 message again by setting 'readonly'. Useful
in the FileChangedRO autocommand when checking out the file fails.
+Unix: When open() returns EFBIG give an appropriate message.
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*