• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

k-takata / vim / 297
79%
master: 84%

Build:
Build:
LAST BUILD BRANCH: use-check-commands
DEFAULT BRANCH: master
Ran 02 Apr 2019 11:41PM UTC
Jobs 3
Files 87
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
297

push

travis-ci

k-takata
win32: Use wide entry points

The patch 8.1.1091 enables to support Unicode environment variables
inside Vim. However, we still cannot access external Unicode env var.
E.g.:

```
> set a=Ā
> gvim --clean --cmd "set enc=utf-8"
:echo $a
?  " should be Ā
```

This is because we use ANSI entry points: WinMain() for GUI and main()
for CUI. To fix this, we need to use wide entry points: wWinMain() for
GUI and wmain() for CUI.

This also moves the entry point for CUI from main.c to os_w32exe.c to
make the code simple.

Note: This requires the `-municode` option to MinGW, which means now
MinGW-w64 is needed.

103247 of 130856 relevant lines covered (78.9%)

554182.09 hits per line

Jobs
ID Job ID Ran Files Coverage
10 297.10 (BUILD=yes TEST="scripttests test_libvterm" COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no "CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp'") 02 Apr 2019 11:41PM UTC 0
80.34
Travis Job 297.10
11 297.11 (BUILD=yes TEST="scripttests test_libvterm" COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no "CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp'") 02 Apr 2019 11:42PM UTC 0
79.23
Travis Job 297.11
12 297.12 (BUILD=no TEST=unittests COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=yes) 02 Apr 2019 11:44PM UTC 0
2.43
Travis Job 297.12
Source Files on build 297
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #297
  • f3d1c8c2 on github
  • Next Build on use-wide-entrypoint (#298)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc