Skip to content

Instantly share code, notes, and snippets.

@mopp
Last active December 16, 2015 04:38
Show Gist options
  • Save mopp/5378157 to your computer and use it in GitHub Desktop.
Save mopp/5378157 to your computer and use it in GitHub Desktop.
don't pass test92 log
Logs
../vim -u unix.vim -U NONE --noplugin -s dotest.in test92.in
# For flaky tests retry one time.
# Check if the test.out file matches test.ok.
7c7
< normal! 014|
---
> normal! 016|
21,22c21,22
< exe 'normal! ' . s:c . '|zs' . 14 . '|'
< normal! 014|
---
> exe 'normal! ' . s:c . '|zs' . 16 . '|'
> normal! 016|
Mac OS X Lion.
export vi_cv_path_python3=/opt/local/bin/python3.3
export CC='/opt/local/bin/clang'
export LDFLAGS="-L/Users/mopp/.libmopp/lib -L/opt/local/lib -L/usr/lib"$
export CPPFLAGS="-I/Users/mopp/.libmopp/include -I/opt/local/include -I/usr/include"
./configure --prefix=$HOME/.libmopp \
--disable-netbeans \
--enable-multibyte \
--enable-rubyinterp \
--with-ruby-command=ruby2.0 \
--enable-pythoninterp \
--enable-python3interp \
--enable-luainterp \
--with-lua-prefix=$HOME/.libmopp \
--with-features=huge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment