Hi, 2014/10/21 Tue 23:22:27 UTC+9 Bram Moolenaar wrote: > Patch 7.4.483 > Problem: A 0x80 byte is not handled correctly in abbreviations. > Solution: Unescape special characters. Add a test. (Christian Brabandt) > Files: src/getchar.c, src/testdir/Make_amiga.mak, > src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, > src/testdir/Make_os2.mak, src/testdir/Make_vms.mms, > src/testdir/Makefile, src/testdir/test_mapping.in, > src/testdir/test_mapping.ok
This patch seems to have some problems on Windows. Vim-jp's CI project detected them. (https://github.com/vim-jp/vim-ci) You can see the results of CI at here: https://ci.appveyor.com/project/k-takata/vim-ci/build/66 1. Compiler Warning: https://ci.appveyor.com/project/k-takata/vim-ci/build/66#L52 (Line 56) > 56 getchar.c(4533) : warning C4267: '=' : conversion from 'size_t' to 'int', > possible loss of data 2. test_mapping fails: https://ci.appveyor.com/project/k-takata/vim-ci/build/66#L1227 (Line 1231) > 1231 Binary files test.out and test_mapping.ok differ I haven't checked why this test fails. Regards, Ken Takata -- -- 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 because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
