Re: [vim/vim] gvim ligatures support with optimized screen output (#8933)

2021-10-02 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Oct 2, 2021 at 2:50 PM dusanx wrote: > Short question since I am new here: my master is now five commits behind. > Since I don't think there is anything else to do here and only waits for > review, should I pull master, rebase, push this branch again or just wait? > What is usually

Patch 8.2.3463

2021-10-02 Fir de Conversatie Bram Moolenaar
Patch 8.2.3463 Problem:Pattern matching with ModeChanged not tested. Solution: Add a few more test lines. (issue #8856) Files: src/testdir/test_edit.vim *** ../vim-8.2.3462/src/testdir/test_edit.vim 2021-10-02 16:55:36.033615848 +0100 --- src/testdir/test_edit.vim 2021-10-02

Re: [vim/vim] Why does vim always resolve symbolic-link directory? (#4942)

2021-10-02 Fir de Conversatie Gary Johnson
On 2021-09-21, Gary Johnson wrote: > On 2021-09-20, Bram Moolenaar wrote: > > > > > On 2021-09-19, John Little wrote: > > > > There are cases where the resolution of symbolic names causes problems. > > > > > > Agreed. > > > > > > I have a plugin that needs to search for parent directories and for

Testing guifont and guifontwide with gvim

2021-10-02 Fir de Conversatie Dusan Popovic
I am planing ahead of doing some work on optimizing stuff, mostly in gui_gtk_x11.c and that goes without problems. However guifontwide is kind of puzzling, since I can't make proper starting point that shows actual expected results in gvim, no matter what I do. To have something to compare gvim

Re: [vim/vim] runtime/syntax/vim: Fix vimOper ordinal. (#7966)

2021-10-02 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Tsuyoshi CHO (Vim Github Repository) wrote: @tsuyoshicho pushed 1 commit. * 419101f vim operator syntax fix Hello, Tsuyoshi: Unfortunately,

Re: [vim/vim] runtime/syntax/vim: Fix vimOper ordinal. (#7966)

2021-10-02 Fir de Conversatie Bram Moolenaar
> Tsuyoshi CHO (Vim Github Repository) wrote: > > > > @tsuyoshicho pushed 1 commit. > > > > * 419101f > > > > > > vim operator syntax fix > > > > > Hello, Tsuyoshi: > >

Patch 8.2.3462

2021-10-02 Fir de Conversatie Bram Moolenaar
Patch 8.2.3462 Problem:The ModeChanged event only uses one character for the new_mode and old_mode values. Solution: Pass one as first argument to mode(). (issue #8856) Files: src/misc1.c, src/testdir/test_edit.vim *** ../vim-8.2.3461/src/misc1.c 2021-10-02

Patch 8.2.3461

2021-10-02 Fir de Conversatie Bram Moolenaar
Patch 8.2.3461 Problem:Cannot distinguish Normal and Terminal-Normal mode. Solution: Make mode() return "nt" for Terminal-Normal mode. (issue #8856) Files: runtime/doc/eval.txt, src/misc1.c, src/testdir/test_functions.vim *** ../vim-8.2.3460/runtime/doc/eval.txt2021-09-30

Patch 8.2.3460

2021-10-02 Fir de Conversatie Bram Moolenaar
Patch 8.2.3460 Problem:Some type casts are not needed. Solution: Remove unnecessary type casts. (closes #8934) Files: src/autocmd.c, src/buffer.c, src/debugger.c, src/getchar.c, src/hardcopy.c, src/if_cscope.c, src/move.c, src/tag.c, src/version.c ***