Re: [patch] corrections in runtime/doc/version8.txt

2016-09-05 Fir de Conversatie Bram Moolenaar

Marius Gedminas wrote:

> On Sat, Sep 03, 2016 at 06:43:06AM +0200, Dominique Pellé wrote:
> > diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
> > index 61299fb..b7f7b3e 100644
> > --- a/runtime/doc/version8.txt
> > +++ b/runtime/doc/version8.txt
> > @@ -6364,7 +6364,7 @@ Files:  src/testdir/Make_dos.mak
> >  
> >  Patch 7.4.995
> >  Problem:gdk_pixbuf_new_from_inline() is deprecated.
> > -Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
> > +Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kuriyama),
> 
> I don't think you want to close the parenthesis here
> 
> >  closes #507)
> >  Files:  src/Makefile, src/auto/configure, src/config.h.in,
> >  src/config.mk.in, src/configure.in, src/gui_gtk.c,

Thanks.

-- 
Living in Hollywood is like living in a bowl of granola.  What ain't
fruits and nuts is flakes.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [patch] corrections in runtime/doc/version8.txt

2016-09-05 Fir de Conversatie Bram Moolenaar

Ken Takata wrote:

> I also found some typos in the documents.

Thanks.


-- 
hundred-and-one symptoms of being an internet addict:
171. You invent another person and chat with yourself in empty chat rooms.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [patch] corrections in runtime/doc/version8.txt

2016-09-05 Fir de Conversatie Ken Takata
Hi,

I also found some typos in the documents.

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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent  e205ed63ebb600e99d488739e4d3c9cd2c61cfd0

diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -119,7 +119,7 @@ To test for a non-empty string, use empt
 			*non-zero-arg*
 Function arguments often behave slightly different from |TRUE|: If the
 argument is present and it evaluates to a non-zero Number, |v:true| or a
-non-empty String, then the value is considere to be TRUE.
+non-empty String, then the value is considered to be TRUE.
 Note that " " and "0" are also non-empty strings, thus cause the mode to be
 cleared.  A List, Dictionary or Float is not a Number or String, thus
 evaluates to FALSE.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -13020,7 +13020,7 @@ Files:  src/evalfunc.c, src/version.
 
 Patch 7.4.2122 (after 7.4.2118)
 Problem:Mac: don't get +clipboard in huge build.
-Solution:   Move #define down below including featureh.h
+Solution:   Move #define down below including feature.h
 Files:  src/vim.h
 
 Patch 7.4.2123
@@ -13145,7 +13145,7 @@ Files:  src/userfunc.c, src/proto/us
 src/testdir/test_lambda.vim
 
 Patch 7.4.2144
-Problem:On MS-Windows quickix does not handle a line with 1023 bytes
+Problem:On MS-Windows quickfix does not handle a line with 1023 bytes
 ending in CR-LF properly.
 Solution:   Don't consider CR a line break. (Ken Takata)
 Files:  src/quickfix.c


Re: [patch] corrections in runtime/doc/version8.txt

2016-09-05 Fir de Conversatie Marius Gedminas
On Sat, Sep 03, 2016 at 06:43:06AM +0200, Dominique Pellé wrote:
> diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
> index 61299fb..b7f7b3e 100644
> --- a/runtime/doc/version8.txt
> +++ b/runtime/doc/version8.txt
> @@ -6364,7 +6364,7 @@ Files:  src/testdir/Make_dos.mak
>  
>  Patch 7.4.995
>  Problem:gdk_pixbuf_new_from_inline() is deprecated.
> -Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
> +Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kuriyama),

I don't think you want to close the parenthesis here

>  closes #507)
>  Files:  src/Makefile, src/auto/configure, src/config.h.in,
>  src/config.mk.in, src/configure.in, src/gui_gtk.c,

Marius Gedminas
-- 
There are 10 kinds of people in the world: Those who understand binary
mathematics and those who don't.

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


Re: [patch] corrections in runtime/doc/version8.txt

2016-09-03 Fir de Conversatie Bram Moolenaar

Dominique Pellé wrote:

> Attached patch has corrections in runtime/doc/version8.txt.

Thanks.

-- 
hundred-and-one symptoms of being an internet addict:
149. You find your computer sexier than your girlfriend

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[patch] corrections in runtime/doc/version8.txt

2016-09-02 Fir de Conversatie Dominique Pellé
Hi

Attached patch has corrections 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 61299fb..b7f7b3e 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -6364,7 +6364,7 @@ Files:  src/testdir/Make_dos.mak
 
 Patch 7.4.995
 Problem:gdk_pixbuf_new_from_inline() is deprecated.
-Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu,
+Solution:   Generate auto/gui_gtk_gresources.c. (Kazunobu Kuriyama),
 closes #507)
 Files:  src/Makefile, src/auto/configure, src/config.h.in,
 src/config.mk.in, src/configure.in, src/gui_gtk.c,
@@ -7848,7 +7848,7 @@ Files:  src/os_win32.c
 Patch 7.4.1231
 Problem:JSON messages are not parsed properly.
 Solution:   Queue received messages.
-Files:  src/eval,c src/channel.c, src/json.c, src/proto/eval.pro,
+Files:  src/eval.c src/channel.c, src/json.c, src/proto/eval.pro,
 src/proto/channel.pro, src/proto/json.pro, src/structs.h
 
 Patch 7.4.1232
@@ -9312,7 +9312,7 @@ Problem:":loadplugin" is not optimal, some people find it confusing.
 Solution:   Only use ":packadd" with an optional "!".
 Files:  src/ex_cmds.h, src/ex_cmds2.c, src/testdir/test_loadplugin.vim,
 src/testdir/test_packadd.vim, src/testdir/Make_all.mak,
-runtime/doc/repeat.txt.
+runtime/doc/repeat.txt
 
 Patch 7.4.1487
 Problem:For WIN32 isinf() is defined as a macro.
@@ -10164,7 +10164,7 @@ Files:  src/ops.c, src/testdir/test_increment.vim
 Patch 7.4.1635
 Problem:Channel test is a bit flaky.
 Solution:   Remove 'DETACH' if it's there.
-Files:  src/test_channel.vim
+Files:  src/testdir/test_channel.vim
 
 Patch 7.4.1636
 Problem:When 'F' is in 'shortmess' the prompt for the encryption key isn't
@@ -10824,7 +10824,7 @@ Files:  src/normal.c, src/testdir/test_goto.vim, src/testdir/test_alot.vim
 Patch 7.4.1749
 Problem:When using GTK 3.20 there are a few warnings.
 Solution:   Use new functions when available. (Kazunobu Kuriyama)
-Files:  src/gui_beval,c src/gui_gtk_x11.c
+Files:  src/gui_beval.c src/gui_gtk_x11.c
 
 Patch 7.4.1750
 Problem:When a buffer gets updated while in command line mode, the screen
@@ -13605,7 +13605,7 @@ Files:  src/getchar.c, src/proto/getchar.pro, src/misc1.c,
 Patch 7.4.2223
 Problem:Buffer overflow when using latin1 character with feedkeys().
 Solution:   Check for an illegal character.  Add a test.
-Files:  src/testdir/test_regexp_utf8.vim, src/testdir/test_source.vim,
+Files:  src/testdir/test_regexp_utf8.vim, src/testdir/test_source_utf8.vim,
 src/testdir/test_alot_utf8.vim, src/Makefile, src/getchar.c,
 src/macros.h, src/evalfunc.c, src/os_unix.c, src/os_win32.c,
 src/spell.c,


Re: [patch] corrections in runtime/doc/version8.txt

2016-08-29 Fir de Conversatie Bram Moolenaar

Dominique wrote:

> Attached patch contains minor corrections to
> runtime/doc/version8.txt.

Thanks.

-- 
A meeting is an event at which the minutes are kept and the hours are lost.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[patch] corrections in runtime/doc/version8.txt

2016-08-28 Fir de Conversatie Dominique Pellé
Hi

Attached patch contains minor corrections to
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index 28c675f..61299fb 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -211,7 +211,7 @@ Ex commands: ~
 |:cfdo|			execute command in each file in error list
 |:chistory|		display quickfix list stack
 |:clearjumps|		clear the jump list
-:filter			only output lines that (do not) match a pattern
+|:filter|		only output lines that (do not) match a pattern
 |:helpclose|		close one help window
 |:lbottom|		scroll to the bottom of the location window
 |:ldo|			execute command in valid location list entries
@@ -12742,8 +12742,8 @@ Files:  src/fileio.c, src/window.c, src/vim.h,
 src/testdir/test_autocmd.vim, runtime/doc/autocmd.txt
 
 Patch 7.4.2078
-Problem:Running checks in po diretory fails.
-Solution:   Add colors used in syntax.c to the builtiin color table.
+Problem:Running checks in po directory fails.
+Solution:   Add colors used in syntax.c to the builtin color table.
 Files:  src/term.c
 
 Patch 7.4.2079