Ken Takata <[email protected]> wrote:
> Hi,
>
> I found some typos in version8.txt.
> Please check the attached patch.
>
> Regards,
> Ken Takata
Hi
This change in Ken's patch looks wrong:
-Solution: Use *{key: val} for literaly keys.
+Solution: Use *{key: val} for literally keys.
It should be the adjective "literal" rather than
the adverb "literally".
Attached are a few more typos not in your patch.
Regards
Dominique
--
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/CAON-T_gtxfFhKi86Qd1MTL9trWShLjPn6a8TKUS-N9mZ3ytw_g%40mail.gmail.com.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 33f943e52..db771d988 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -25819,7 +25819,7 @@ be for a simple message such as "Build finished successfully", showing a
function prototype while editing a function call, a flexible popup menu and
many other purposes.
-Popup windows are very flexibley: they can be positioned relative to text, an
+Popup windows are very flexible: they can be positioned relative to text, an
absolute position or just in the middle of the screen. The size can be fixed
or adjust to the text. A "zindex" value specifies what popup window goes on
top of others.
@@ -37619,7 +37619,7 @@ Files: src/edit.c, src/popupmnu.c, src/insexpand.c
Patch 8.1.1885
Problem: Comments in libvterm are inconsistent.
-Solution: Use // comments. Als update the table of combining characters.
+Solution: Use // comments. Also update the table of combining characters.
Files: src/libvterm/bin/unterm.c, src/libvterm/bin/vterm-ctrl.c,
src/libvterm/bin/vterm-dump.c, src/libvterm/include/vterm.h,
src/libvterm/include/vterm_keycodes.h,
@@ -37949,7 +37949,7 @@ Files: Filelist, src/Make_cyg_ming.mak, src/Make_morph.mak,
Patch 8.1.1928
Problem: Popup windows don't move with the text when making changes.
-Solution: Add the 'textprop" property to the popup window options, position
+Solution: Add the 'textprop' property to the popup window options, position
the popup relative to a text property. (closes #4560)
No tests yet.
Files: runtime/doc/popup.txt, src/textprop.c, src/proto/textprop.pro,
@@ -39552,7 +39552,7 @@ Files: src/term.c, src/testdir/test_termcodes.vim
Patch 8.1.2175
Problem: Meson files are not recognized.
-Solution: Add the meson filetype. (Liam Beguin , Nirbheek Chauhan,
+Solution: Add the meson filetype. (Liam Beguin, Nirbheek Chauhan,
closes #5056) Also recognize hollywood.
Files: runtime/filetype.vim, src/testdir/test_filetype.vim