Re: Cannot build "small" gvim on Windows

2020-05-17 Fir de Conversatie Ken Takata
Hi, 2020/5/18 Mon 9:37:10 UTC+9 Michael Soyka wrote: > > Vim developers, > > When I try to build gvim on Wiindows XP using mingw with FEATURES=SMALL, I > get "windowsVersion undeclared" on line 839 of file os_win32.c. This > variable is instantiated in globals.h but only if FEAT_EVAL is

Re: git pull problems from vim repository

2020-05-17 Fir de Conversatie Charles Campbell
Tony Mechelynck wrote: On Sun, May 17, 2020 at 9:40 PM Charles Campbell wrote: Hello: I seem to have a problem doing git pull: fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Cannot build "small" gvim on Windows

2020-05-17 Fir de Conversatie Michael Soyka
Vim developers, When I try to build gvim on Wiindows XP using mingw with FEATURES=SMALL, I get "windowsVersion undeclared" on line 839 of file os_win32.c. This variable is instantiated in globals.h but only if FEAT_EVAL is defined and this happens only for NORMAL builds. The compilation

No GUI menus

2020-05-17 Fir de Conversatie Tony Mechelynck
Suddenly I notice the menu on top of my gvim screen has disappeared. (The toolbar is still there with its icons and their menus. The popup menu also appears on right-click. Only the main menu is gone.) Don't know if it's the fact of compiling with GTK3 instead of GTK2, ot of switching from KDE

Patch 8.2.0788

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0788 Problem:Memory leak in libvterm. Solution: free tmpbuffer. Files: src/libvterm/src/vterm.c *** ../vim-8.2.0787/src/libvterm/src/vterm.c2020-05-17 22:27:36.728262245 +0200 --- src/libvterm/src/vterm.c2020-05-17 23:32:53.612520839 +0200 *** ***

Patch 8.2.0787

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0787 Problem:Libvterm code lags behind the upstream version. Solution: Include revisions 741 - 742. Files: Filelist, src/libvterm/src/screen.c *** ../vim-8.2.0786/Filelist2020-05-17 16:28:47.087869402 +0200 --- Filelist2020-05-17 22:29:13.015974064 +0200

Re: git pull problems from vim repository

2020-05-17 Fir de Conversatie Tony Mechelynck
On Sun, May 17, 2020 at 9:40 PM Charles Campbell wrote: > > Hello: > > I seem to have a problem doing git pull: > > fatal: Not a git repository (or any parent up to mount point /home) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM > not set). > > Fortunately git

Patch 8.2.0786

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0786 Problem:Channel test is flaky on FreeBSD. Solution: Set the sockiet TCP_NODELAY option. Adjust expected line count in netbeans test. (Ozaki Kiichi, closes #6097) Files: src/testdir/test_channel.py, src/testdir/test_netbeans.vim ***

Patch 8.2.0785

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0785 Problem:Libvterm code lags behind the upstream version. Solution: Include revisions 734 - 740. Files: src/libvterm/include/vterm.h, src/libvterm/src/pen.c, src/libvterm/src/vterm.c, src/libvterm/doc/seqs.txt, src/libvterm/t/30state_pen.test,

Patch 8.2.0784

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0784 Problem:Libvterm code lags behind the upstream version. Solution: Include revisions 730 - 733. Files: src/libvterm/src/vterm.c, src/libvterm/src/state.c, src/libvterm/include/vterm.h, src/libvterm/src/vterm_internal.h, src/libvterm/t/harness.c

Re: git pull problems from vim repository

2020-05-17 Fir de Conversatie Gary Johnson
On 2020-05-17, Charles Campbell wrote: > Hello: > > I seem to have a problem doing git pull: > >     fatal: Not a git repository (or any parent up to mount point /home) >     Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM > not set). > > Fortunately git clone

git pull problems from vim repository

2020-05-17 Fir de Conversatie Charles Campbell
Hello: I seem to have a problem doing git pull:     fatal: Not a git repository (or any parent up to mount point /home)     Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Fortunately git clone https://github.com/vim/vim.git works, but that's a lot more work.

Patch 8.2.0783

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0783 Problem:Libvterm code lags behind the upstream version. Solution: Include revisions 728 - 729. Files: src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Makefile, src/libvterm/src/keyboard.c, src/libvterm/t/25state_input.test, src/libvterm/t/harness.c,

Patch 8.2.0782

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0782 Problem:Cannot build with Lua on MS-Windows. Solution: Add DLL symbol for luaL_Loadstring. (Ken Takata) Files: src/if_lua.c *** ../vim-8.2.0781/src/if_lua.c2020-05-17 16:53:52.913705206 +0200 --- src/if_lua.c2020-05-17 18:51:54.997242358 +0200

Re: 'visualbell' seems not to work in the GTK3 GUI

2020-05-17 Fir de Conversatie Tony Mechelynck
On Sun, May 17, 2020 at 5:12 PM Tony Mechelynck wrote: > > On Sun, May 17, 2020 at 3:42 PM Ken Takata wrote: > > > > Hi Tony, > > gui_mch_flash() is not implemented for GTK3: > > https://github.com/vim/vim/blob/ed37d9b3241abe7c302c7ac606df80037aecdb46/src/gui_gtk_x11.c#L5941-L5943 > > > >

Re: Patch 8.2.0775

2020-05-17 Fir de Conversatie Ken Takata
Hi, 2020/5/18 Mon 0:29:52 UTC+9 Cesar wrote: > > By building on Windows 7 with Mingw-w64 I'm getting: > > [...] > obji686/if_lua.o:if_lua.c:(.text+0x4096): undefined reference to > `luaL_loadstring' > collect2.exe: error: ld returned 1 exit status > make: *** [gvim.exe] Error 1 > Error by

Re: Patch 8.2.0775

2020-05-17 Fir de Conversatie Cesar Romani
By building on Windows 7 with Mingw-w64 I'm getting: [...] obji686/if_lua.o:if_lua.c:(.text+0x4096): undefined reference to `luaL_loadstring' collect2.exe: error: ld returned 1 exit status make: *** [gvim.exe] Error 1 Error by compiling gvim.exe -- Cesar -- -- You received this message from

Re: 'visualbell' seems not to work in the GTK3 GUI

2020-05-17 Fir de Conversatie Tony Mechelynck
On Sun, May 17, 2020 at 3:42 PM Ken Takata wrote: > > Hi Tony, > gui_mch_flash() is not implemented for GTK3: > https://github.com/vim/vim/blob/ed37d9b3241abe7c302c7ac606df80037aecdb46/src/gui_gtk_x11.c#L5941-L5943 > > Regards, > Ken Takata > Hm. There is a // TODO Replace GdkGC with

Patch 8.2.0781

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0781 (after 8.2.0775) Problem:Compiler warning for not using value in Lua. Solution: Add "(void)". Files: src/if_lua.c *** ../vim-8.2.0780/src/if_lua.c2020-05-17 14:32:30.584490790 +0200 --- src/if_lua.c2020-05-17 16:51:50.098145273 +0200 ***

Patch 8.2.0780

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0780 Problem:Libvterm code lags behind the upstream version. Solution: Include revisions 724 - 726. Files: Filelist, src/libvterm/t/40screen_ascii.test, src/libvterm/t/60screen_ascii.test, src/libvterm/t/41screen_unicode.test,

Patch 8.2.0779

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0779 Problem:Tmode_T not used everywhere. Solution: Also use tmode_T for settmode(). Files: src/term.c, src/proto/term.pro *** ../vim-8.2.0778/src/term.c 2020-05-17 14:06:07.317201551 +0200 --- src/term.c 2020-05-17 16:07:51.008197540 +0200 *** *** 3436,3442

Patch 8.2.0778

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0778 Problem:Libvterm code lags behind the upstream version. Solution: Include revisions 720 - 723. Files: src/libvterm/t/10state_putglyph.test, src/libvterm/Makefile, src/libvterm/t/run-test.pl, src/libvterm/src/state.c,

Re: 'visualbell' seems not to work in the GTK3 GUI

2020-05-17 Fir de Conversatie Ken Takata
Hi Tony, 2020/5/17 Sun 22:11:11 UTC+9 Tony Mechelynck wrote: > > gvim 8.2.773 (Big) with GTK3 GUI > :echo exists('+errorbells') exists('+visualbell') answers 1 1 > My vimrc includes the following: > if exists('+errorbells') && exists('+visualbell') > set errorbells visualbell > if

'visualbell' seems not to work in the GTK3 GUI

2020-05-17 Fir de Conversatie Tony Mechelynck
gvim 8.2.773 (Big) with GTK3 GUI :echo exists('+errorbells') exists('+visualbell') answers 1 1 My vimrc includes the following: if exists('+errorbells') && exists('+visualbell') set errorbells visualbell if has('gui_running') au GUIEnter * set t_vb= ^[\|250f endif endif (in

Patch 8.2.0777

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0777 (after 8.2.0776) Problem:Terminal test fails. Solution: Adjust character position for double-wide characters. Files: src/testdir/test_terminal.vim *** ../vim-8.2.0776/src/testdir/test_terminal.vim 2020-05-13 13:40:12.694995625 +0200 ---

Patch 8.2.0776

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0776 Problem:Libvterm code lags behind the upstream version. Solution: Include revision 719. Files: Filelist, src/libvterm/README, src/libvterm/Makefile, src/libvterm/find-wide-chars.pl, src/libvterm/src/fullwidth.inc, src/libvterm/src/unicode.c ***

Patch 8.2.0775

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0775 Problem:Not easy to call a Vim function from Lua. Solution: Add vim.call() and vim.fn(). (Prabir Shrestha, closes #6063) Files: runtime/doc/if_lua.txt, src/if_lua.c, src/testdir/test_lua.vim *** ../vim-8.2.0774/runtime/doc/if_lua.txt 2020-04-14 20:15:45.280566202

Patch 8.2.0774

2020-05-17 Fir de Conversatie Bram Moolenaar
Patch 8.2.0774 Problem:t_TI and t_TE are output when using 'visualbell'. (Dominique Pelle) Solution: Do not change the terminal mode for a short sleep. Do not output t_TI and t_TE when switching to/from TMODE_SLEEP. Make tmode an enum. Files: