summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-19 21:08:39 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-19 21:08:39 +0000
commit555b280f28998668c2f2b22df63c5393cfa9a0dd (patch)
treeb57a9e145899b0ac9956da1a4cfbb33a93d6cb4a /runtime/doc
parent051b782fa0ed834d7b4f80e5f1540d4d96e5f9d7 (diff)
updated for version 7.0073v7.0073
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt6
-rw-r--r--runtime/doc/version7.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 4af8d96f22..0dce8e02be 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 May 18
+*todo.txt* For Vim version 7.0aa. Last change: 2005 May 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -88,10 +88,6 @@ Win32: Balloon text can't contain line break.
setline() should accept a List.
-smsg() uses IObuff. The checks for the result not fitting are complicated,
-find another solution. Add vsnprintf() and snprintf() functions?
- http://www.ijs.si/software/snprintf/
-
Add ":[range]sort" command. Sort on specified field, using a regexp? Remove
duplicates?
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 9322567ca4..1cde4709ef 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 May 18
+*version7.txt* For Vim version 7.0aa. Last change: 2005 May 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1068,4 +1068,8 @@ prompt the argument index was advanced anyway.
When "~" is in 'iskeyword' the "gd" doesn't work, it's used for the previous
substitute pattern. Put "\V" in the pattern to avoid that.
+Use of sprintf() sometimes didn't check properly for buffer overflow. Also
+when using smsg(). Included code for snprintf() to avoid having to do size
+checks where invoking them
+
vim:tw=78:ts=8:ft=help:norl: