updated for version 7.1
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
README_amisrc.txt for version 7.1b of Vim: Vi IMproved.
|
README_amisrc.txt for version 7.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
See "README_ami.txt" for installation instructions for the Amiga.
|
See "README_ami.txt" for installation instructions for the Amiga.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*pi_spec.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
*pi_spec.txt* For Vim version 7.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
by Gustavo Niemeyer ~
|
by Gustavo Niemeyer ~
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*todo.txt* For Vim version 7.1b. Last change: 2007 May 10
|
*todo.txt* For Vim version 7.1. Last change: 2007 May 12
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -2894,7 +2894,7 @@ Virtual edit:
|
|||||||
|
|
||||||
Text objects:
|
Text objects:
|
||||||
8 Add test script for text object commands "aw", "iW", etc.
|
8 Add test script for text object commands "aw", "iW", etc.
|
||||||
8 Add text object for part of a CamelHumedWord and under_scored_word.
|
8 Add text object for part of a CamelHumpedWord and under_scored_word.
|
||||||
(Scott Graham) "ac" and "au"?
|
(Scott Graham) "ac" and "au"?
|
||||||
8 Add a text object for any kind of quoting, also with multi-byte
|
8 Add a text object for any kind of quoting, also with multi-byte
|
||||||
characters. Option to specify what quotes are recognized (default: all)
|
characters. Option to specify what quotes are recognized (default: all)
|
||||||
@ -3311,6 +3311,9 @@ Viminfo:
|
|||||||
7 Can probably remove the code that checks for a writable viminfo file,
|
7 Can probably remove the code that checks for a writable viminfo file,
|
||||||
because we now do the chown() for root, and others can't overwrite someone
|
because we now do the chown() for root, and others can't overwrite someone
|
||||||
else's viminfo file.
|
else's viminfo file.
|
||||||
|
8 When there is no .viminfo file and someone does "su", runs Vim, a
|
||||||
|
root-owned .viminfo file is created. Is there a good way to avoid this?
|
||||||
|
Perhaps check the owner of the directory. Only when root?
|
||||||
8 Add argument to keep the list of buffers when Vim is started with a file
|
8 Add argument to keep the list of buffers when Vim is started with a file
|
||||||
name. (Schild)
|
name. (Schild)
|
||||||
8 Keep the last used directory of the file browser (File/Open menu).
|
8 Keep the last used directory of the file browser (File/Open menu).
|
||||||
|
|||||||
Reference in New Issue
Block a user