Charles Campbell wrote:

> Christian Brabandt (Vim Github Repository) wrote:
> >
> > How about:
> >
> > diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
> > index 78d557f51..dded70d32 100644
> > --- a/runtime/doc/index.txt
> > +++ b/runtime/doc/index.txt
> > @@ -828,7 +828,7 @@  tag         char          note action in Normal mode   
> >      ~
> >   |zD|           zD                 delete folds recursively
> >   |zE|           zE                 eliminate all folds
> >   |zF|           zF                 create a fold for N lines
> > -|zG| zG mark word as good spelled word
> > +|zG| zG temporarily mark word as good spelled word
> >   |zH|           zH                 when 'wrap' off scroll half a 
> > screenwidth
> >                                     to the right
> >   |zL|           zL                 when 'wrap' off scroll half a 
> > screenwidth
> > @@ -837,7 +837,7 @@  tag         char          note action in Normal mode   
> >      ~
> >   |zN|           zN                 set 'foldenable'
> >   |zO|           zO                 open folds recursively
> >   |zR|           zR                 set 'foldlevel' to the deepest fold
> > -|zW| zW mark word as wrong (bad) spelled word
> > +|zW| zW temporarily mark word as bad spelled word
> >   |zX|           zX                 re-apply 'foldlevel'
> >   |z^|           z^                 cursor on line N (default line above
> >                                     window), otherwise like "z-"
> > @@ -849,7 +849,7 @@  tag         char          note action in Normal mode   
> >      ~
> >                                     position the cursor at the end (right 
> > side)
> >                                     of the screen
> >   |zf|           zf{motion}         create a fold for Nmove text
> > -|zg| zg mark word as good spelled word
> > +|zg| zg permanently mark word as good spelled word
> >   |zh|           zh                 when 'wrap' off scroll screen N 
> > characters
> >                                     to the right
> >   |zi|           zi                 toggle 'foldenable'
> > @@ -870,7 +870,7 @@  tag         char          note action in Normal mode   
> >      ~
> >   |zuW|          zuW                undo |zW|
> >   |zuG|          zuG                undo |zG|
> >   |zv|           zv                 open enough folds to view the cursor 
> > line
> > -|zw| zw mark word as wrong (bad) spelled word
> > +|zw| zw permanently mark word as bad spelled word
> >   |zx|           zx                 re-apply 'foldlevel' and do "zv"
> >   |zz|           zz                 redraw, cursor line at center of window
> >   |z<Left>|      z<Left>            same as "zh"
> >
> As a minor point, it would be better english if it was "mark word as 
> correctly spelled word" or "mark word as incorrectly spelled word".

It's a bit long, but we can avoid that by dropping "word" at the end.

-- 
Some of the well known MS-Windows errors:
        ESLEEP          Operator fell asleep
        ENOERR          No error yet
        EDOLLAR         OS too expensive
        EWINDOWS        MS-Windows loaded, system in danger

 /// 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/202005272119.04RLJHkK945001%40masaka.moolenaar.net.

Reply via email to