Hi
Attached patch fixes more typos in runtime/doc/version8.txt
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].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index ec9a0db..682ef23 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -598,7 +598,7 @@ Solution: Move when VIsual_active is reset. (Christian Brabandt)
Files: src/ops.c
Patch 7.4.042
-Problem: When using ":setlocal" for 'spell' and 'spellang' then :spelldump
+Problem: When using ":setlocal" for 'spell' and 'spelllang' then :spelldump
doesn't work. (Dimitar Dimitrov)
Solution: Copy the option variables to the new window used to show the dump.
(Christian Brabandt)
@@ -777,7 +777,7 @@ Files: src/edit.c, src/misc1.c, src/proto/misc1.pro
Patch 7.4.072
Problem: Crash when using Insert mode completion.
-Solution: Avoid going past the end of pum_array. (idea by Fransisco Lopes)
+Solution: Avoid going past the end of pum_array. (idea by Francisco Lopes)
Files: src/popupmnu.c
Patch 7.4.073
@@ -1416,7 +1416,7 @@ Files: src/configure.in, src/auto/configure
Patch 7.4.183
Problem: MSVC Visual Studio update not supported.
-Solution: Add version number. (Mike William)
+Solution: Add version number. (Mike Williams)
Files: src/Make_mvc.mak
Patch 7.4.184
@@ -2143,7 +2143,7 @@ Files: src/screen.c
Patch 7.4.303
Problem: When using double-width characters the text displayed on the
command line is sometimes truncated.
-Solution: Reset the string lenght. (Nobuhiro Takasaki)
+Solution: Reset the string length. (Nobuhiro Takasaki)
Files: src/screen.c
Patch 7.4.304
@@ -5150,7 +5150,7 @@ Files: src/buffer.c
Patch 7.4.806
Problem: CTRL-A in Visual mode doesn't work properly with "alpha" in
- 'nrformat'.
+ 'nrformats'.
Solution: Make it work. (Christian Brabandt)
Files: src/ops.c, src/testdir/test_increment.in,
src/testdir/test_increment.ok
@@ -6079,7 +6079,7 @@ Files: src/fileio.c
Patch 7.4.966
Problem: Configure doesn't work with a space in a path.
-Solution: Put paths in quotes. (James McCoy, close #525)
+Solution: Put paths in quotes. (James McCoy, closes #525)
Files: src/configure.in, src/auto/configure
Patch 7.4.967
@@ -6458,7 +6458,7 @@ Files: src/testdir/Make_ming.mak, src/testdir/Make_dos.mak
Patch 7.4.1027
Problem: No support for binary numbers.
-Solution: Add "bin" to nrformats. (Jason Schulz)
+Solution: Add "bin" to 'nrformats'. (Jason Schulz)
Files: runtime/doc/change.txt, runtime/doc/eval.txt,
runtime/doc/version7.txt, src/charset.c, src/eval.c,
src/ex_cmds.c, src/ex_getln.c, src/misc2.c, src/ops.c,
@@ -6548,7 +6548,7 @@ Patch 7.4.1041
Problem: Various small things.
Solution: Add file to list of distributed files. Adjust README. Fix typo.
Files: Filelist, src/testdir/README.txt, src/testdir/test_charsearch.in,
- src/INSTALLMac.txt
+ src/INSTALLmac.txt
Patch 7.4.1042
Problem: g-CTRL-G shows the word count, but there is no way to get the word
@@ -6948,7 +6948,7 @@ Files: src/testdir/test27.in, src/testdir/test27.ok,
Patch 7.4.1109 (after 7.4.1107)
Problem: MS-Windows doesn't have rmdir().
Solution: Add mch_rmdir().
-Files: src/os_win32.c, src/proto/os_win32/pro
+Files: src/os_win32.c, src/proto/os_win32.pro
Patch 7.4.1110
Problem: Test 108 fails when language is French.
@@ -8116,7 +8116,7 @@ Files: src/testdir/test_channel.vim
Patch 7.4.1299
Problem: When the server sends a message with ID zero the channel handler
- is not invoked. (Christian J. Robinson)
+ is not invoked. (Christian J. Robinson)
Solution: Recognize zero value for the request ID. Add a test for invoking
the channel handler.
Files: src/channel.c, src/testdir/test_channel.vim,
@@ -8502,7 +8502,7 @@ Files: src/testdir/runtest.vim
Patch 7.4.1366
Problem: Typo in test and resulting error in test result.
-Solution: Fix the typo and correct the result. (James McCoy, close #650)
+Solution: Fix the typo and correct the result. (James McCoy, closes #650)
Files: src/testdir/test_charsearch.in, src/testdir/test_charsearch.ok
Patch 7.4.1367
@@ -9251,7 +9251,7 @@ Patch 7.4.1495
Problem: Compiler warnings when building on Unix with the job feature but
without the channel feature.
Solution: Move #ifdefs. (Dominique Pelle)
-Files: src/os_unxic.
+Files: src/os_unix.c
Patch 7.4.1496
Problem: Crash when built with GUI but it's not active. (Dominique Pelle)
@@ -11132,7 +11132,7 @@ Files: src/quickfix.c
Patch 7.4.1824
Problem: When a job is no longer referenced and does not have an exit
- callback the process may hang around in defunc state. (Nicola)
+ callback the process may hang around in defunct state. (Nicola)
Solution: Call job_status() if the job is running and won't get freed
because it might still be useful.
Files: src/channel.c
@@ -11349,7 +11349,7 @@ Files: src/testdir/test_timers.vim, src/eval.c, src/ex_cmds2.c,
Patch 7.4.1861
Problem: Compiler warnings with 64 bit compiler.
-Solution: Change int to size_t. (Mike William)
+Solution: Change int to size_t. (Mike Williams)
Files: src/ex_cmds2.c
Patch 7.4.1862
@@ -11609,7 +11609,7 @@ Files: src/ex_cmds.c
Patch 7.4.1906
Problem: Collapsing channel buffers and searching for NL does not work
- properly. (Xavier de Gary, Ramel Eshed)
+ properly. (Xavier de Gaye, Ramel Eshed)
Solution: Do not assume the buffer contains a NUL or not. Change NUL bytes
to NL to avoid the string is truncated.
Files: src/channel.c, src/netbeans.c, src/proto/channel.pro
@@ -11699,7 +11699,7 @@ Files: src/ex_cmds.c
Patch 7.4.1922
Problem: Ruby 2.4.0 unifies Fixnum and Bignum into Integer.
-Solution: Use rb_cInteger. (Weiong Mao)
+Solution: Use rb_cInteger. (Weiyong Mao)
Files: src/if_ruby.c
Patch 7.4.1923