diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 15:19:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 15:19:41 +0000 |
commit | 994cd1237fc01072852c674aa24d11c1c5d60574 (patch) | |
tree | bfead31a4f749fd2d8343ae756126648df9b367a /runtime | |
parent | b2a460d5645f9d8c59f6086e976ea4833e6dc46a (diff) | |
download | vim-994cd1237fc01072852c674aa24d11c1c5d60574.zip |
updated for version 7.1
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/pi_spec.txt | 2 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/pi_spec.txt b/runtime/doc/pi_spec.txt index ce6fb5cc4..afb69b5e4 100644 --- a/runtime/doc/pi_spec.txt +++ b/runtime/doc/pi_spec.txt @@ -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 ~ diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index dcca05200..996bc464b 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -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 @@ -2894,7 +2894,7 @@ Virtual edit: Text objects: 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"? 8 Add a text object for any kind of quoting, also with multi-byte 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, because we now do the chown() for root, and others can't overwrite someone 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 name. (Schild) 8 Keep the last used directory of the file browser (File/Open menu). |