Re: [patch] fixed typos in help files

2018-05-18 Fir de Conversatie Bram Moolenaar

Dominique wrote:

> Attached patch fixes a few typos in help files
> of vim-8.1.0001.

Thanks.

-- 
(letter from Mark to Mike, about the film's probable certificate)
  I would like to get back to the Censor and agree to lose the shits, take
  the odd Jesus Christ out and lose Oh fuck off, but to retain 'fart in
  your general direction', 'castanets of your testicles' and 'oral sex'
  and ask him for an 'A' rating on that basis.
 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// 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] fixed typos in help files

2018-05-18 Fir de Conversatie Dominique Pellé
Hi

Attached patch fixes a few typos in help files
of vim-8.1.0001.

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/gui.txt b/runtime/doc/gui.txt
index a66d997a9..c30aa33c0 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -999,7 +999,7 @@ it behaves in a strange way.
 pointer instead of the cursor.
 In the terminal this is the last known
 position, which is usually at the last click
-or release (mouse movement is irrelevalt).
+or release (mouse movement is irrelevant).
 
 Example: >
 	:popup File
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 01c2d0e31..422f10028 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5187,7 +5187,7 @@ A jump table for the options with a short description can be found at |Q_op|.
 	more depth, set 'maxfuncdepth' to a bigger number.  But this will use
 	more memory, there is the danger of failing when memory is exhausted.
 	Increasing this limit above 200 also changes the maximum for Ex
-	command resursion, see |E169|.
+	command recursion, see |E169|.
 	See also |:function|.
 
 		*'maxmapdepth'* *'mmd'* *E223*
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index c0910634d..aa4683e31 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -21591,7 +21591,7 @@ Files:  src/main.c
 
 Patch 8.0.1158
 Problem:Still old style tests.
-Solution:   Convert serveral tests to new style. (Yegappan Lakshmanan)
+Solution:   Convert several tests to new style. (Yegappan Lakshmanan)
 Files:  src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms,
 src/testdir/main.aap, src/testdir/test33.in,
 src/testdir/test33.ok, src/testdir/test41.in,


Re: [patch] fixed typos in help files

2016-08-08 Fir de Conversatie Bram Moolenaar

Dominique wrote:

> Attached patch fixes several typos in help files.

Thanks!

-- 
Engineers will go without food and hygiene for days to solve a problem.
(Other times just because they forgot.)
(Scott Adams - The Dilbert principle)

 /// 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] fixed typos in help files

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

Attached patch fixes several typos in help files.

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/channel.txt b/runtime/doc/channel.txt
index 6eec9f2..9a5d36d 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -54,7 +54,7 @@ Common combination are:
 - Using a job connected through pipes in NL mode.  E.g., to run a style
   checker and receive errors and warnings.
 - Using a deamon, connecting over a socket in JSON mode.  E.g. to lookup
-  crosss-refrences in a database.
+  cross-references in a database.
 
 ==
 2. Channel demo*channel-demo* *demoserver.py*
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 39765d5..0506d41 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -207,7 +207,7 @@ this won't happen: >
 	let otherDict.myFunction = myDict.myFunction
 	call otherDict.myFunction()
 
-Here "self" will be "myDict", because it was bound explitly.
+Here "self" will be "myDict", because it was bound explicitly.
 
 
 1.3 Lists ~
@@ -1848,25 +1848,25 @@ v:swapcommand	Normal mode command to be executed after a file has been
 		example, when jumping to a tag the value is ":tag tagname\r".
 		For ":edit +cmd file" the value is ":cmd\r".
 
-*v:t_TYPE* *v:t_bool* *t_bool-varialble*
+*v:t_TYPE* *v:t_bool* *t_bool-variable*
 v:t_bool	Value of Boolean type.  Read-only.  See: |type()|
-	*v:t_channel* *t_channel-varialble*
+	*v:t_channel* *t_channel-variable*
 v:t_channel	Value of Channel type.  Read-only.  See: |type()|
-	*v:t_dict* *t_dict-varialble*
+	*v:t_dict* *t_dict-variable*
 v:t_dict	Value of Dictionary type.  Read-only.  See: |type()|
-	*v:t_float* *t_float-varialble*
+	*v:t_float* *t_float-variable*
 v:t_float	Value of Float type.  Read-only.  See: |type()|
-	*v:t_func* *t_func-varialble*
+	*v:t_func* *t_func-variable*
 v:t_func	Value of Funcref type.  Read-only.  See: |type()|
-	*v:t_job* *t_job-varialble*
+	*v:t_job* *t_job-variable*
 v:t_job		Value of Job type.  Read-only.  See: |type()|
-	*v:t_list* *t_list-varialble*
+	*v:t_list* *t_list-variable*
 v:t_list	Value of List type.  Read-only.  See: |type()|
-	*v:t_none* *t_none-varialble*
+	*v:t_none* *t_none-variable*
 v:t_none	Value of None type.  Read-only.  See: |type()|
-	*v:t_number* *t_number-varialble*
+	*v:t_number* *t_number-variable*
 v:t_number	Value of Number type.  Read-only.  See: |type()|
-	*v:t_string* *t_string-varialble*
+	*v:t_string* *t_string-variable*
 v:t_string	Value of String type.  Read-only.  See: |type()|
 
 *v:termresponse* *termresponse-variable*
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index cdd9eab..abc0858 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1383,7 +1383,7 @@ https://scan.coverity.com/projects/241
 Patch to support :undo absolute jump to file save number. (Christian Brabandt,
 2010 Nov 5)
 
-Patch to use 'foldnextmax' also for "marker" foldmethod. (Arnaud Lacombe, 2011
+Patch to use 'foldnestmax' also for "marker" foldmethod. (Arnaud Lacombe, 2011
 Jan 7)
 
 Bug with 'incsearch' going to wrong line. (Wolfram Kresse, 2009 Aug 17)
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index e962c08..be95695 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -4026,7 +4026,7 @@ Solution:   Check for NULL pointer returned from mch_open().
 Files:	src/if_cscope.c
 
 Patch 7.0.154
-Problem:When 'foldnextmax' is negative Vim can hang. (James Vega)
+Problem:When 'foldnestmax' is negative Vim can hang. (James Vega)
 Solution:   Avoid the fold level becoming negative.
 Files:	src/fold.c, src/syntax.c
 
diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt
index ec9a0db..da9c912 100644
--- a/runtime/doc/version8.txt
+++ b/runtime/doc/version8.txt
@@ -11289,7 +11289,7 @@ Solution:   Unregister the channel when there is an input error.
 Files:  src/channel.c
 
 Patch 7.4.1851
-Problem:test_syn_attr failes when using the GUI. (Dominique Pelle)
+Problem:test_syn_attr fails when using the GUI. (Dominique Pelle)
 Solution:   Escape the font name properly.
 Files:  src/testdir/test_syn_attr.vim
 


Re: [patch] fixed typos in help files

2013-07-22 Fir de Conversatie Bram Moolenaar

Dominique wrote:

 Attached patch fixes a few typos in help files.

Thanks!

-- 
hundred-and-one symptoms of being an internet addict:
9. All your daydreaming is preoccupied with getting a faster connection to the
   net: 28.8...ISDN...cable modem...T1...T3.

 /// 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/groups/opt_out.




[patch] fixed typos in help files

2013-07-21 Fir de Conversatie Dominique Pellé
Hi

Attached patch fixes a few typos in help files.

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/groups/opt_out.




fixed-typos-doc-7.4a-39.patch
Description: Binary data


[patch] fixed typos in help files

2010-10-20 Fir de Conversatie Dominique Pellé
Attached patch fixes 2 typos in help files.

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
diff -r 94694351f592 runtime/doc/if_pyth.txt
--- a/runtime/doc/if_pyth.txt   Fri Oct 15 20:20:05 2010 +0200
+++ b/runtime/doc/if_pyth.txt   Wed Oct 20 09:02:25 2010 +0200
@@ -355,7 +355,7 @@
 When doing this on Linux/Unix systems and importing global symbols, this leads
 to a crash when the second Python version is used.  So either global symbols
 are loaded but only one Python version is activated, or no global symbols are
-loaded. The latter makes Python's import fail on libaries that expect the
+loaded. The latter makes Python's import fail on libraries that expect the
 symbols to be provided by Vim.
*E836* *E837*
 Vim's configuration script makes a guess for all libraries based on one
diff -r 94694351f592 runtime/doc/version7.txt
--- a/runtime/doc/version7.txt  Fri Oct 15 20:20:05 2010 +0200
+++ b/runtime/doc/version7.txt  Wed Oct 20 09:02:25 2010 +0200
@@ -8180,7 +8180,7 @@
 Files: src/ex_getln.c
 
 Patch 7.2.130
-Problem:Vim may haing until CTRL-C is typed when using CTRL-Z.
+Problem:Vim may hang until CTRL-C is typed when using CTRL-Z.
 Solution:   Avoid using pause().  Also use volatile for variables used in
signal functions. (Dominique Pelle)
 Files: src/auto/configure, src/configure.in, src/config.h.in,


Re: [patch] fixed typos in help files

2010-10-20 Fir de Conversatie Bram Moolenaar

Dominique wrote:

 Attached patch fixes 2 typos in help files.

Thanks!

-- 
I'd like to meet the man who invented sex and see what he's working on now.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.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


Re: [patch] fixed typos in help files

2008-06-29 Fir de Conversatie Adri Verhoef

On Wed, Jun 25, 2008 at 20:26:59 +, Dominique Pelle wrote:
 *** version7.txt  24 Jun 2008 22:33:14 -  1.217
 --- version7.txt  25 Jun 2008 20:11:22 -
 ***
 *** 263,269 
   Ruby|ft-ruby-omni|
   SQL |ft-sql-omni|
   XML |ft-xml-omni|
 ! any language wih syntax highligting |ft-syntax-omni|
   
   You can add your own omni completion scripts.
   
 --- 263,269 
   Ruby|ft-ruby-omni|
   SQL |ft-sql-omni|
   XML |ft-xml-omni|
 ! any language with syntax highligting|ft-syntax-omni|

Also notice that it should be 'highlighting'.

Cheers,
Adri

--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: [patch] fixed typos in help files

2008-06-27 Fir de Conversatie Bram Moolenaar


Dominique Pelle wrote:

 Another typo in a message:

Thanks!

-- 
hundred-and-one symptoms of being an internet addict:
101. U can read htis w/o ny porblm and cant figur eout Y its evn listd.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: [patch] fixed typos in help files

2008-06-26 Fir de Conversatie Dominique Pelle

On Thu, Jun 26, 2008 at 7:33 AM, John Beckett wrote:

 Dominique Pelle wrote:
 Thanks for Vim-7.2a-beta, so far it looks good.  I ran the
 spelling checker on the help files vim7/runtime/doc/*txt of
 Vim-7.2a-beta, and found a few minor typos. I attach the patch.

 I just did a similar check and found a couple more (I missed several of 
 yours!).

 Put following in a file (say fix.txt) in the doc directory, then run 'vim -q
 fix.txt'.

 if_tcl.txt:410:13: exr -- expr
 todo.txt:312:19: remoete -- remote
 todo.txt:1730:15: theck -- check
 version7.txt:6198:38: cound -- sound

You meant:  cound - count  ([...] that changes the byte cound [...])


Another typo in a message:

diff -c -r1.117 fileio.c
*** fileio.c24 Jun 2008 21:02:45 -  1.117
--- fileio.c26 Jun 2008 19:54:18 -
***
*** 3203,3209 
else
{
errnum = (char_u *)E656: ;
!   errmsg = (char_u *)_(NetBeans dissallows writes of
unmodified buffers);
buffer = NULL;
goto fail;
}
--- 3203,3209 
else
{
errnum = (char_u *)E656: ;
!   errmsg = (char_u *)_(NetBeans disallows writes of
unmodified buffers);
buffer = NULL;
goto fail;
}

-- Dominique

--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Re: [patch] fixed typos in help files

2008-06-26 Fir de Conversatie Bram Moolenaar


Dominique Pelle wrote:

 Thanks for Vim-7.2a-beta, so far it looks good.  I ran the spelling
 checker on the help files vim7/runtime/doc/*txt of Vim-7.2a-beta,
 and found a few minor typos. I attach the patch.

Thanks, I'll include them.

Can you send the ones for pi_*.txt to the maintainer, Charles Campbell?
Otherwise the reappear with the next update.

-- 
The primary purpose of the DATA statement is to give names to constants;
instead of referring to pi as 3.141592653589793 at every appearance, the
variable PI can be given that value with a DATA statement and used instead
of the longer form of the constant.  This also simplifies modifying the
program, should the value of pi change.
-- FORTRAN manual for Xerox Computers

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



[patch] fixed typos in help files

2008-06-25 Fir de Conversatie Dominique Pelle
Thanks for Vim-7.2a-beta, so far it looks good.  I ran the spelling
checker on the help files vim7/runtime/doc/*txt of Vim-7.2a-beta,
and found a few minor typos. I attach the patch.

-- Dominique

--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---

? doc-typos.patch
Index: ada.txt
===
RCS file: /cvsroot/vim/vim7/runtime/doc/Attic/ada.txt,v
retrieving revision 1.3
diff -c -r1.3 ada.txt
*** ada.txt	12 May 2007 15:09:55 -	1.3
--- ada.txt	25 Jun 2008 20:10:48 -
***
*** 97,106 
  3.1 Omni Completion with gnat xref ~
     *gnat-xref*
  
! GNAT XREF uses the compiler internal informations (ali-files) to produce the
  tags file. This has the advantage to be 100% correct and the option of deep
  nested analysis. However the code must compile, the generator is quite
! slow and the created tags file contains only the basic Ctags informations for
  each entry - not enough for some of the more advanced Vim code browser
  plug-ins.
  
--- 97,106 
  3.1 Omni Completion with gnat xref ~
     *gnat-xref*
  
! GNAT XREF uses the compiler internal information (ali-files) to produce the
  tags file. This has the advantage to be 100% correct and the option of deep
  nested analysis. However the code must compile, the generator is quite
! slow and the created tags file contains only the basic Ctags information for
  each entry - not enough for some of the more advanced Vim code browser
  plug-ins.
  
***
*** 126,132 
     *ada-ctags*
  
  Exuberant Ctags uses its own multi-language code parser. The parser is quite
! fast, produces a lot of extra informations (hence the name Exuberant Ctags)
  and can run on files which currently do not compile.
  
  There are also lots of other Vim-tools which use exuberant Ctags.
--- 126,132 
     *ada-ctags*
  
  Exuberant Ctags uses its own multi-language code parser. The parser is quite
! fast, produces a lot of extra information (hence the name Exuberant Ctags)
  and can run on files which currently do not compile.
  
  There are also lots of other Vim-tools which use exuberant Ctags.
***
*** 467,473 
  		file or a file name.
  
  gnat#Insert_Tags_Header()			   *gnat#Insert_Tags_Header()*
! 		Adds the tag file header (!_TAG_) informations to the current
  		file which are missing from the GNAT XREF output.
  
  ada#Switch_Syntax_Option ({option})		  *ada#Switch_Syntax_Option()*
--- 467,473 
  		file or a file name.
  
  gnat#Insert_Tags_Header()			   *gnat#Insert_Tags_Header()*
! 		Adds the tag file header (!_TAG_) information to the current
  		file which are missing from the GNAT XREF output.
  
  ada#Switch_Syntax_Option ({option})		  *ada#Switch_Syntax_Option()*
Index: eval.txt
===
RCS file: /cvsroot/vim/vim7/runtime/doc/eval.txt,v
retrieving revision 1.174
diff -c -r1.174 eval.txt
*** eval.txt	24 Jun 2008 21:55:33 -	1.174
--- eval.txt	25 Jun 2008 20:10:52 -
***
*** 5478,5484 
  		returns {blob}
  
  trunc({expr})			*trunc()*
! 		Return the largest integral value with magnituted less than or
  		equal to {expr} as a |Float| (truncate towards zero).
  		{expr} must evaluate to a |Float| or a |Number|.
  		Examples: 
--- 5478,5484 
  		returns {blob}
  
  trunc({expr})			*trunc()*
! 		Return the largest integral value with magnitude less than or
  		equal to {expr} as a |Float| (truncate towards zero).
  		{expr} must evaluate to a |Float| or a |Number|.
  		Examples: 
Index: gui_w32.txt
===
RCS file: /cvsroot/vim/vim7/runtime/doc/gui_w32.txt,v
retrieving revision 1.16
diff -c -r1.16 gui_w32.txt
*** gui_w32.txt	24 Jun 2008 20:54:35 -	1.16
--- gui_w32.txt	25 Jun 2008 20:10:53 -
***
*** 129,135 
  the makefile.
  
  You can select any files and right-click to see a menu option called Edit
! with gvim.  Chosing this menu option will invoke gvim with the file you have
  selected.  If you select multiple files, you will find two gvim-related menu
  options:
  Edit with multiple gvims  -- one gvim for each file in the selection
--- 129,135 
  the makefile.
  
  You can select any files and right-click to see a menu option called Edit
! with gvim.  Choosing this menu option will invoke gvim with the file you have
  selected.  If you select multiple files, you will find two gvim-related menu
  options:
  Edit with multiple gvims  -- one gvim for each file in the selection
Index: intro.txt
===
RCS file: /cvsroot/vim/vim7/runtime/doc/intro.txt,v
retrieving revision 1.21
diff -c -r1.21 intro.txt
*** intro.txt	24 Jun 

RE: [patch] fixed typos in help files

2008-06-25 Fir de Conversatie John Beckett

Dominique Pelle wrote:
 Thanks for Vim-7.2a-beta, so far it looks good.  I ran the 
 spelling checker on the help files vim7/runtime/doc/*txt of 
 Vim-7.2a-beta, and found a few minor typos. I attach the patch.

I just did a similar check and found a couple more (I missed several of yours!).

Put following in a file (say fix.txt) in the doc directory, then run 'vim -q
fix.txt'.
 
if_tcl.txt:410:13: exr -- expr
todo.txt:312:19: remoete -- remote
todo.txt:1730:15: theck -- check
version7.txt:6198:38: cound -- sound

John


--~--~-~--~~~---~--~~
You received this message from the vim_dev maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---