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 -0000	1.3
--- ada.txt	25 Jun 2008 20:10:48 -0000
***************
*** 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 -0000	1.174
--- eval.txt	25 Jun 2008 20:10:52 -0000
***************
*** 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 -0000	1.16
--- gui_w32.txt	25 Jun 2008 20:10:53 -0000
***************
*** 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 2008 22:17:27 -0000	1.21
--- intro.txt	25 Jun 2008 20:10:54 -0000
***************
*** 208,214 ****
  	Bill Foster		Athena GUI port
  	Google			Lets me work on Vim one day a week
  	Loic Grenie		xvim (ideas for multi windows version)
! 	Sven Guckes		Vim promotor and previous WWW page maintainer
  	Darren Hiebert		Exuberant ctags
  	Jason Hildebrand	GTK+ 2 port
  	Bruce Hunsaker		improvements for VMS port
--- 208,214 ----
  	Bill Foster		Athena GUI port
  	Google			Lets me work on Vim one day a week
  	Loic Grenie		xvim (ideas for multi windows version)
! 	Sven Guckes		Vim promoter and previous WWW page maintainer
  	Darren Hiebert		Exuberant ctags
  	Jason Hildebrand	GTK+ 2 port
  	Bruce Hunsaker		improvements for VMS port
Index: netbeans.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/netbeans.txt,v
retrieving revision 1.21
diff -c -r1.21 netbeans.txt
*** netbeans.txt	24 Jun 2008 20:40:46 -0000	1.21
--- netbeans.txt	25 Jun 2008 20:10:54 -0000
***************
*** 69,75 ****
  in recent releases.
  
  For more information visit the main NetBeans web site http://www.netbeans.org.
! The External Editor is now, unfortunately, declared Obsolte.  See
   http://externaleditor.netbeans.org.
  
  Sun Microsystems, Inc. also ships NetBeans under the name Sun ONE Studio.
--- 69,75 ----
  in recent releases.
  
  For more information visit the main NetBeans web site http://www.netbeans.org.
! The External Editor is now, unfortunately, declared obsolete.  See
   http://externaleditor.netbeans.org.
  
  Sun Microsystems, Inc. also ships NetBeans under the name Sun ONE Studio.
Index: pi_vimball.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/pi_vimball.txt,v
retrieving revision 1.8
diff -c -r1.8 pi_vimball.txt
*** pi_vimball.txt	24 Jun 2008 20:59:51 -0000	1.8
--- pi_vimball.txt	25 Jun 2008 20:10:55 -0000
***************
*** 164,170 ****
  			    will extract plugin/somefile to the AsNeeded/
  			    directory
  	17 : Jun 28, 2006 * changes all \s to /s internally for Windows
! 	16 : Jun 15, 2006 * A. Mechylynck's idea to allow users to specify
  			    installation root paths implemented for
  			    UseVimball, MkVimball, and RmVimball.
  			  * RmVimball implemented
--- 164,170 ----
  			    will extract plugin/somefile to the AsNeeded/
  			    directory
  	17 : Jun 28, 2006 * changes all \s to /s internally for Windows
! 	16 : Jun 15, 2006 * A. Mechelynck's idea to allow users to specify
  			    installation root paths implemented for
  			    UseVimball, MkVimball, and RmVimball.
  			  * RmVimball implemented
Index: pi_zip.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/pi_zip.txt,v
retrieving revision 1.18
diff -c -r1.18 pi_zip.txt
*** pi_zip.txt	24 Jun 2008 20:58:44 -0000	1.18
--- pi_zip.txt	25 Jun 2008 20:10:55 -0000
***************
*** 70,76 ****
  
  	au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
  <
!    One simply can extend this line to accomodate additional extensions that
     should be treated as zip files.
  
  ==============================================================================
--- 70,76 ----
  
  	au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
  <
!    One simply can extend this line to accommodate additional extensions that
     should be treated as zip files.
  
  ==============================================================================
Index: todo.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/todo.txt,v
retrieving revision 1.272
diff -c -r1.272 todo.txt
*** todo.txt	24 Jun 2008 22:36:30 -0000	1.272
--- todo.txt	25 Jun 2008 20:11:03 -0000
***************
*** 332,338 ****
  Test 61 fails sometimes.  This is a timing problem: "sleep 2" sometimes takes
  longer than 2 seconds.
  
! Changing 'guifont' in the console causes an uneccessary redraw.
  
  "vim -C" often has 'nocompatible', because it's set in some startup script.
  Set 'compatible' after startup is done?  Patch by James Vega, 2008 Feb 7.
--- 332,338 ----
  Test 61 fails sometimes.  This is a timing problem: "sleep 2" sometimes takes
  longer than 2 seconds.
  
! Changing 'guifont' in the console causes an unnecessary redraw.
  
  "vim -C" often has 'nocompatible', because it's set in some startup script.
  Set 'compatible' after startup is done?  Patch by James Vega, 2008 Feb 7.
Index: various.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/various.txt,v
retrieving revision 1.46
diff -c -r1.46 various.txt
*** various.txt	24 Jun 2008 22:22:15 -0000	1.46
--- various.txt	25 Jun 2008 20:11:04 -0000
***************
*** 816,822 ****
  "it".
  
  When using command-line completion for the ":help" command, the "@en"
! extention is only shown when a tag exists for multiple languages.  When the
  tag only exists for English "@en" is omitted.
  
  When using |CTRL-]| or ":help!" in a non-English help file Vim will try to
--- 816,822 ----
  "it".
  
  When using command-line completion for the ":help" command, the "@en"
! extension is only shown when a tag exists for multiple languages.  When the
  tag only exists for English "@en" is omitted.
  
  When using |CTRL-]| or ":help!" in a non-English help file Vim will try to
Index: version5.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/version5.txt,v
retrieving revision 1.14
diff -c -r1.14 version5.txt
*** version5.txt	24 Jun 2008 20:31:53 -0000	1.14
--- version5.txt	25 Jun 2008 20:11:09 -0000
***************
*** 3067,3073 ****
  
  5.2.7: Win32 GUI: scrollbar was one pixel too big.
  
! 5.2.8: Completion of "PopUp" menu showed the derivates "PopUpc", "PopUPi",
  etc.  ":menu" also showed these.
  
  5.2.9: When using two input() functions on a row, the prompt would not be
--- 3067,3073 ----
  
  5.2.7: Win32 GUI: scrollbar was one pixel too big.
  
! 5.2.8: Completion of "PopUp" menu showed the derivatives "PopUpc", "PopUPi",
  etc.  ":menu" also showed these.
  
  5.2.9: When using two input() functions on a row, the prompt would not be
Index: version6.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/version6.txt,v
retrieving revision 1.19
diff -c -r1.19 version6.txt
*** version6.txt	24 Jun 2008 21:29:46 -0000	1.19
--- version6.txt	25 Jun 2008 20:11:18 -0000
***************
*** 13235,13241 ****
  
  Patch 6.2.499
  Problem:    When writing a file and halting the system, the file might be lost
! 	    when using a journalling file system.
  Solution:   Use fsync() to flush the file data to disk after writing a file.
  	    (Radim Kolar)
  Files:	    src/fileio.c
--- 13235,13241 ----
  
  Patch 6.2.499
  Problem:    When writing a file and halting the system, the file might be lost
! 	    when using a journaling file system.
  Solution:   Use fsync() to flush the file data to disk after writing a file.
  	    (Radim Kolar)
  Files:	    src/fileio.c
Index: version7.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/version7.txt,v
retrieving revision 1.217
diff -c -r1.217 version7.txt
*** version7.txt	24 Jun 2008 22:33:14 -0000	1.217
--- version7.txt	25 Jun 2008 20:11:22 -0000
***************
*** 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|
  
  You can add your own omni completion scripts.
  
***************
*** 5116,5122 ****
  Files:	    src/misc1.c
  
  Patch 7.1.063 (after 7.1.040)
! Problem:    Warning for unitialized variable.
  Solution:   Initialise it to NULL.
  Files:	    src/ex_docmd.c
  
--- 5116,5122 ----
  Files:	    src/misc1.c
  
  Patch 7.1.063 (after 7.1.040)
! Problem:    Warning for uninitialized variable.
  Solution:   Initialise it to NULL.
  Files:	    src/ex_docmd.c
  
***************
*** 5184,5190 ****
  Files:	    src/misc1.c
  
  Patch 7.1.074
! Problem:    Crash when calling string() on a recurively nested List.
  Solution:   Check result value for being NULL. (Yukihiro Nakadaira)
  Files:	    src/eval.c
  
--- 5184,5190 ----
  Files:	    src/misc1.c
  
  Patch 7.1.074
! Problem:    Crash when calling string() on a recursively nested List.
  Solution:   Check result value for being NULL. (Yukihiro Nakadaira)
  Files:	    src/eval.c
  
***************
*** 5487,5493 ****
  Problem:    Mac: When dropping a file on Vim.app that is already in the buffer
  	    list (from .viminfo) results in editing an empty, unnamed buffer.
  	    (Axel Kielhorn)  Also: warning for unused variable.
! Solution:   Move to the buffer of the first agument.  Delete unused variable.
  Files:	    src/gui_mac.c
  
  Patch 7.1.125
--- 5487,5493 ----
  Problem:    Mac: When dropping a file on Vim.app that is already in the buffer
  	    list (from .viminfo) results in editing an empty, unnamed buffer.
  	    (Axel Kielhorn)  Also: warning for unused variable.
! Solution:   Move to the buffer of the first argument.  Delete unused variable.
  Files:	    src/gui_mac.c
  
  Patch 7.1.125
***************
*** 6098,6104 ****
  Files:	    src/main.c
  
  Patch 7.1.225
! Problem:    Using unitialized value when XGetWMNormalHints() fails.
  Solution:   Check the return value. (Dominique Pelle)
  Files:	    src/os_unix.c
  
--- 6098,6104 ----
  Files:	    src/main.c
  
  Patch 7.1.225
! Problem:    Using uninitialized value when XGetWMNormalHints() fails.
  Solution:   Check the return value. (Dominique Pelle)
  Files:	    src/os_unix.c
  
***************
*** 6350,6356 ****
  Files:	    src/term.c
  
  Patch 7.1.267
! Problem:    When changing folds cursor may be posioned in the wrong place.
  Solution:   Call changed_window_setting_win() instead of
  	    changed_window_setting().
  Files:	    src/fold.c
--- 6350,6356 ----
  Files:	    src/term.c
  
  Patch 7.1.267
! Problem:    When changing folds cursor may be positioned in the wrong place.
  Solution:   Call changed_window_setting_win() instead of
  	    changed_window_setting().
  Files:	    src/fold.c
***************
*** 6676,6682 ****
  Files:	    runtime/doc/eval.txt, src/eval.c
  
  Patch 7.1.323
! Problem:    Test 19 fails with some termcaps. (Dominque Pelle)
  Solution:   Set the t_kb and t_kD termcap values.
  Files:	    src/testdir/test19.in, src/testdir/test38.in
  
--- 6676,6682 ----
  Files:	    runtime/doc/eval.txt, src/eval.c
  
  Patch 7.1.323
! Problem:    Test 19 fails with some termcaps. (Dominique Pelle)
  Solution:   Set the t_kb and t_kD termcap values.
  Files:	    src/testdir/test19.in, src/testdir/test38.in
  

Raspunde prin e-mail lui