comparison src/testdir/Make_all.mak @ 17612:e259d11e2900 v8.1.1803

patch 8.1.1803: all builtin functions are global commit https://github.com/vim/vim/commit/ac92e25a33c37ec5becbfffeccda136c73b761ac Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 21:58:38 2019 +0200 patch 8.1.1803: all builtin functions are global Problem: All builtin functions are global. Solution: Add the method call operator ->. Implemented for a limited number of functions.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 22:00:07 +0200
parents c8152af9fa33
children 3dbff5d37520
comparison
equal deleted inserted replaced
17611:b9a3d542a042 17612:e259d11e2900
178 test_marks \ 178 test_marks \
179 test_match \ 179 test_match \
180 test_matchadd_conceal \ 180 test_matchadd_conceal \
181 test_matchadd_conceal_utf8 \ 181 test_matchadd_conceal_utf8 \
182 test_memory_usage \ 182 test_memory_usage \
183 test_method \
183 test_menu \ 184 test_menu \
184 test_messages \ 185 test_messages \
185 test_mksession \ 186 test_mksession \
186 test_mksession_utf8 \ 187 test_mksession_utf8 \
187 test_modeline \ 188 test_modeline \
371 test_man.res \ 372 test_man.res \
372 test_maparg.res \ 373 test_maparg.res \
373 test_marks.res \ 374 test_marks.res \
374 test_matchadd_conceal.res \ 375 test_matchadd_conceal.res \
375 test_memory_usage.res \ 376 test_memory_usage.res \
377 test_method.res \
376 test_mksession.res \ 378 test_mksession.res \
377 test_nested_function.res \ 379 test_nested_function.res \
378 test_netbeans.res \ 380 test_netbeans.res \
379 test_normal.res \ 381 test_normal.res \
380 test_number.res \ 382 test_number.res \