Re: [vim/vim] netrw: Unexpected behaviour when g:netrw_altfile is set to 1 (#1246)

2016-11-22 Fir de Conversatie Charles E Campbell
Martin Vuille wrote: > > @cecamp Any thoughts on this issue? > I'm willing to try to diagnose it further, just need some general guidance > > Hello: My home computer is having problems, so I'm trying to get it working properly again. Presumably something needs a

[patch][Win32] Fix CenterWindow() function on multiple monitors

2016-11-22 Fir de Conversatie Ken Takata
Hi, The CenterWindow() function in gui_w32.c doesn't work properly on multiple monitors. E.g.: 1. Open a gvim window on the secondary monitor. 2. Input some texts. (e.g. iHello) 3. Press Alt+F4 to close the window. 4. A message box (Save changes to "Untitled"?) will be shown on the primary

[patch] `:tab drop xx` does not jump to existing xx window

2016-11-22 Fir de Conversatie h_east
Hi Bram and list, How to reproduce: - Start Vanilla Vim edit xx $ vim -Nu NONE xx - Split verticaly and create window for empty buffer. :vnew - Jump to a such window or create new tabpage. Actually, already xx exists, it jumps to that window. :tab drop xx Expected behavior: - Jumps to xx