Re: [vim/vim] Distinguish between zg and zG, and zw and zW (#6140)

2020-05-27 Fir de Conversatie Bram Moolenaar
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

Re: [vim/vim] Distinguish between zg and zG, and zw and zW (#6140)

2020-05-26 Fir de Conversatie Charles Campbell
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 ~

Re: [vim/vim] Distinguish between zg and zG, and zw and zW (#6140)

2020-05-26 Fir de Conversatie Gary Johnson
On 2020-05-25, Christian Brabandt 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 >

Re: [vim/vim] Distinguish between zg and zG, and zw and zW (#6140)

2020-05-25 Fir de Conversatie Gary Johnson
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