mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
updated for version 7.0156
This commit is contained in:
@@ -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
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -39,12 +39,16 @@ ccomplete:
|
|||||||
|
|
||||||
spelling:
|
spelling:
|
||||||
- When a recognized word ends in a . don't have 'spellcapcheck" match it.
|
- When a recognized word ends in a . don't have 'spellcapcheck" match it.
|
||||||
- Use KEEPCAPWORD instead of "KEP" and add KEEPCAPROOT (affixes may be
|
- Use KEEPCASE instead of "KEP". applies to affixes too.
|
||||||
capatalized).
|
- Look into hungarian dictionary:
|
||||||
|
http://magyarispell.sourceforge.net/rc3-beta2.zip
|
||||||
|
|
||||||
Mac unicode patch (Da Woon Jung):
|
Mac unicode patch (Da Woon Jung):
|
||||||
- selecting proportional font breaks display
|
- selecting proportional font breaks display
|
||||||
- UTF-8 text causes display problems. Font replacement causes this.
|
- 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
|
Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging
|
||||||
(with Agide?) and describe it. (George Reilly)
|
(with Agide?) and describe it. (George Reilly)
|
||||||
|
@@ -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
|
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
|
It is now possible to get the W10 message again by setting 'readonly'. Useful
|
||||||
in the FileChangedRO autocommand when checking out the file fails.
|
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*
|
COMPILE TIME CHANGES *compile-changes-7*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user