comparison src/Makefile @ 10466:34b50194f82d v8.0.0126

commit https://github.com/vim/vim/commit/6270660611a151c5d0f614a5f0248ccdc80ed971 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 9 19:28:48 2016 +0100 patch 8.0.0126 Problem: Display problem with 'foldcolumn' and a wide character. (esiegerman) Solution: Don't use "extra" but an allocated buffer. (Christian Brabandt, closes #1310)
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Dec 2016 19:30:04 +0100
parents cc04895a5c35
children 0a92ca179bba
comparison
equal deleted inserted replaced
10465:8643fdf48ed9 10466:34b50194f82d
2083 test_cscope \ 2083 test_cscope \
2084 test_cursor_func \ 2084 test_cursor_func \
2085 test_delete \ 2085 test_delete \
2086 test_diffmode \ 2086 test_diffmode \
2087 test_digraph \ 2087 test_digraph \
2088 test_display \
2088 test_ex_undo \ 2089 test_ex_undo \
2089 test_execute_func \ 2090 test_execute_func \
2090 test_expand \ 2091 test_expand \
2091 test_expand_dllpath \ 2092 test_expand_dllpath \
2092 test_expr \ 2093 test_expr \