• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisiond5892839ed90bb1a8f9f1b3ce88bcc205e7617cc (tree)
Zeit2005-10-12 05:34:58
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0156

Ändern Zusammenfassung

Diff

diff -r 7dfd6f1443a7 -r d5892839ed90 runtime/doc/todo.txt
--- a/runtime/doc/todo.txt Tue Oct 11 20:32:28 2005 +0000
+++ b/runtime/doc/todo.txt Tue Oct 11 20:34:58 2005 +0000
@@ -1,4 +1,4 @@
1-*todo.txt* For Vim version 7.0aa. Last change: 2005 Oct 10
1+*todo.txt* For Vim version 7.0aa. Last change: 2005 Oct 11
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -39,12 +39,16 @@
3939
4040 spelling:
4141 - When a recognized word ends in a . don't have 'spellcapcheck" match it.
42-- Use KEEPCAPWORD instead of "KEP" and add KEEPCAPROOT (affixes may be
43- capatalized).
42+- Use KEEPCASE instead of "KEP". applies to affixes too.
43+- Look into hungarian dictionary:
44+ http://magyarispell.sourceforge.net/rc3-beta2.zip
4445
4546 Mac unicode patch (Da Woon Jung):
4647 - selecting proportional font breaks display
4748 - UTF-8 text causes display problems. Font replacement causes this.
49+- Command-key mappings do not work. (Alan Schmitt)
50+- With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
51+ (Alan Schmitt)
4852
4953 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging
5054 (with Agide?) and describe it. (George Reilly)
diff -r 7dfd6f1443a7 -r d5892839ed90 runtime/doc/version7.txt
--- a/runtime/doc/version7.txt Tue Oct 11 20:32:28 2005 +0000
+++ b/runtime/doc/version7.txt Tue Oct 11 20:34:58 2005 +0000
@@ -1,4 +1,4 @@
1-*version7.txt* For Vim version 7.0aa. Last change: 2005 Oct 10
1+*version7.txt* For Vim version 7.0aa. Last change: 2005 Oct 11
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -844,6 +844,8 @@
844844 It is now possible to get the W10 message again by setting 'readonly'. Useful
845845 in the FileChangedRO autocommand when checking out the file fails.
846846
847+Unix: When open() returns EFBIG give an appropriate message.
848+
847849 ==============================================================================
848850 COMPILE TIME CHANGES *compile-changes-7*
849851
Show on old repository browser