Remove references to obsolete tests in testdir/Make_ming.mak

2016-11-06 Fir de Conversatie Michael Soyka
Vim developers, Build test numbers 71 and 74 have been deleted from the git repository but are still referenced in the ming makefile. The following diff illustrates the proposed change: diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index 3330691..ab6a60b 100644 ---

Usage of libiconv-2.dll (64-bit) results in false detection of file encoding

2016-11-06 Fir de Conversatie Axel Bender
1) Using MSys2 on Windows 7, 64-bit, latest 64-bit build of gvim.exe. 2) .vimrc with "set fileencodings=ucs-bom,utf-8,koi8-r,latin1", and "setglobal fileencoding=utf-8" This is probably not a gvim problem, but a MSys/MinGW problem... However, A) When opening a Latin-1 file with %PATH%

Updated Vim 8.0 available with 69 patches

2016-11-06 Fir de Conversatie Bram Moolenaar
Hello Vim users! I have built a version of Vim 8.0 with all the latest patches. This is mainly interesting for MS-Windows users who download the binary. Upgrading to this version is recommended, since it fixes several problems. I have renamed the original Vim 8.0 files to "80-002" (it's

Re: Patch 8.0.0069

2016-11-06 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2016-11-6(Sun) 23:26:05 UTC+9 Bram Moolenaar: > > Patch 8.0.0069 > > Problem:Compiler warning for self-comparison. > > Solution: Define ONE_WINDOW and add #ifdef. > > Files: src/globals.h, src/buffer.c, src/ex_docmd.c, src/move.c, > >

Re: Patch 8.0.0069

2016-11-06 Fir de Conversatie h_east
Hi Bram, 2016-11-6(Sun) 23:26:05 UTC+9 Bram Moolenaar: > Patch 8.0.0069 > Problem:Compiler warning for self-comparison. > Solution: Define ONE_WINDOW and add #ifdef. > Files: src/globals.h, src/buffer.c, src/ex_docmd.c, src/move.c, > src/screen.c, src/quickfix.c,

Patch 8.0.0069

2016-11-06 Fir de Conversatie Bram Moolenaar
Patch 8.0.0069 Problem:Compiler warning for self-comparison. Solution: Define ONE_WINDOW and add #ifdef. Files: src/globals.h, src/buffer.c, src/ex_docmd.c, src/move.c, src/screen.c, src/quickfix.c, src/window.c *** ../vim-8.0.0068/src/globals.h 2016-08-29

Patch 8.0.0068

2016-11-06 Fir de Conversatie Bram Moolenaar
Patch 8.0.0068 Problem:Checking did_throw after executing autocommands is wrong. (Daniel Hahler) Solution: Call aborting() instead, and only when autocommands were executed. Files: src/quickfix.c, src/if_cscope.c, src/testdir/test_quickfix.vim ***

Patch 8.0.0067

2016-11-06 Fir de Conversatie Bram Moolenaar
Patch 8.0.0067 Problem:VMS has a problem with infinity. Solution: Avoid an overflow. (Zoltan Arpadffy) Files: src/json.c, src/macros.h *** ../vim-8.0.0066/src/json.c 2016-11-04 20:35:27.348946021 +0100 --- src/json.c 2016-11-06 14:14:03.760136140 +0100 *** *** 16,25

Re: [vim/vim] Autoformat with gqgq is broken inside tex environments (#1223)

2016-11-06 Fir de Conversatie Coacher
CC'ing tex indent maintainer as it appears to be a tex-specific problem. -- -- 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