On 2020-05-25, Ned Batchelder wrote:
> -------------------------------------------------------------------------------
>
> You can view, comment on, or merge this pull request online at:
>
> https://github.com/vim/vim/pull/6140
>
> Commit Summary
>
> • Distinguish between zg and zG, and zw and zW
>
> File Changes
>
> • M runtime/doc/index.txt (4)
>
> Patch Links:
>
> • https://github.com/vim/vim/pull/6140.patch
> • https://github.com/vim/vim/pull/6140.diff
> diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
> index 78d557f51ef..0fa774cd656 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 internally 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 internally mark word as bad spelled word
> |zX| zX re-apply 'foldlevel'
> |z^| z^ cursor on line N (default line above
> window), otherwise like "z-"
I don't think "internally" conveys the distinction very clearly.
How about "temporarily"? Or even "for this session only", at the
expense of extra lines?
zG zG mark word as good spelled word for this
session only
zW zW mark word as wrong (bad) spelled word for
this session only
zg zg mark word as good spelled word and save
zw zw mark word as wrong (bad) spelled word and
save
Regards,
Gary
--
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20200525174212.GE8832%40phoenix.