Hi Bram and list,
Fixed contents:
doc/eval.txt
- L6337, L6714: fix: Mixing spaces and tabs.
- L6709: fix: Over 80 columns.
- L6759: Remove extra `"` after `lnum`.
doc/index.txt
- L1462: Missing `:redrawtabline`.
doc/quickfix.txt
- L1554: fix: Over 80 columns.
doc/sign.txt
- L266-L272: Probably
Hi,
2019/1/8 Tue 21:35:24 UTC+9 Ni Va wrote:
> Hi,
>
> Is it possible to build Vim with Python 3 support only, with mingw32 (i686)
> and not downloading msys2 but last release from
> https://www.python.org/downloads/release/python-372/ ?
>
>
> According that it is an alternative to the advise
Patch 8.1.0707
Problem:Text property columns are not adjusted for changed indent.
Solution: Adjust text properties.
Files: src/misc1.c, src/testdir/test_textprop.vim
*** ../vim-8.1.0706/src/misc1.c 2019-01-02 18:00:22.639279766 +0100
--- src/misc1.c 2019-01-08 22:59:28.733218404 +010
Patch 8.1.0706
Problem:Tabline is not always redrawn when something that is used in
'tabline' changes.
Solution: Add ":redrawtabline" so that a plugin can at least cause the
redraw when needed.
Files: runtime/doc/various.txt, runtime/doc/options.txt, src/ex_docm
Patch 8.1.0705
Problem::colorscheme isn't tested enough
Solution: Improve test coverage of :colorscheme. (Dominique Pelle, closes
#3777) Remove unnecessary sleep.
Files: src/testdir/test_gui.vim
*** ../vim-8.1.0704/src/testdir/test_gui.vim2018-09-14 21:27:02.77574132
Patch 8.1.0704
Problem:Building with Ruby 2.6 gives compiler warnings.
Solution: Define a stub for rb_ary_detransient. (Ozaki Kiichi, closes #3779)
Files: src/if_ruby.c
*** ../vim-8.1.0703/src/if_ruby.c 2018-12-27 22:10:57.797337989 +0100
--- src/if_ruby.c 2019-01-08 20:2
Patch 8.1.0703
Problem:Compiler warnings with 64-bit compiler.
Solution: Change types, add type casts. (Mike Williams)
Files: src/textprop.c, src/undo.c
*** ../vim-8.1.0702/src/textprop.c 2019-01-06 12:54:51.823033166 +0100
--- src/textprop.c 2019-01-08 20:11:08.036374758 +
Hi,
Following Pont 12. from src/installpc.txt, it seems mingw32-make build gvim
8.1.702 with Ruby support v2.6 with fails on conflict rb_int2big_stub.
:: Enable Ruby scripting
::
set DYNAMIC_RUBY=yes
set RUBY_VER=26
set RUBY_API_VER_LONG=2.6.0
set RUBY=C:/ThirdPart/Ruby%RUBY_VER%
gcc -c -
Hi,
Is it possible to build Vim with Python 3 support only, with mingw32 (i686) and
not downloading msys2 but last release from
https://www.python.org/downloads/release/python-372/ ?
According that it is an alternative to the advise from installPC.txt
"
When using msys2 and link with Python3
Dominique wrote:
> @dpelle wrote:
>
> > Newly added Test_term_gettitle() fails in CI despite passing locally on my
> > laptop.
>
> I noticed that travis does not run with a real X-server, it uses Xvfb.
> I started locally Xvfb on my machine:
> ```
> $ Xvfb :99
> ```
> Then in another terminal
10 matches
Mail list logo