Hi,
I attached one more patch for the document.
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent 3b76dbeaaff150223779f52e0391c2bd9cc258f4
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -16541,7 +16541,7 @@ Solution: For quoted text objects bail
Files: src/search.c, src/testdir/test_visual.vim
Patch 8.0.0340
-Problem: Not checking return valud of dict_add(). (Coverity)
+Problem: Not checking return value of dict_add(). (Coverity)
Solution: Handle a failure.
Files: src/buffer.c
@@ -16617,7 +16617,7 @@ Files: src/eval.c
Patch 8.0.0353
Problem: If [RO] in the status line is translated to a longer string, it is
- trunctted to 4 bytes.
+ truncated to 4 bytes.
Solution: Skip over the resulting string. (Jente Hidskes, closes #1499)
Files: src/screen.c
@@ -17597,7 +17597,7 @@ Solution: Remove duplicate https:.
Files: README.md
Patch 8.0.0511
-Problem: Menuage for skipping client-server tests is unclear.
+Problem: Message for skipping client-server tests is unclear.
Solution: Be more specific about what's missing (Hirohito Higashi, Kazunobu
Kuriyama)
Files: src/testdir/test_quotestar.vim, src/testdir/test_clientserver.vim
@@ -17978,7 +17978,7 @@ Solution: Make a copy of 'indentexpr'.
Files: src/misc1.c, src/testdir/test_options.vim
Patch 8.0.0576 (after 8.0.0570 and 8.0.0573)
-Problem: Can't build when configure choses "install-sh". (Daniel Hahler)
+Problem: Can't build when configure chooses "install-sh". (Daniel Hahler)
Solution: Always use install-sh. Fix remaining use of mkinstalldirs.
(closes #1647)
Files: src/installman.sh, src/installml.sh, src/config.mk.in,