comparison src/testdir/test_profile.vim @ 24043:15408ab5fed7 v8.2.2563

patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars' Commit: https://github.com/vim/vim/commit/4fa1175765d55613302fc27d0f65e2c699452b6e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 3 13:26:02 2021 +0100 patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars' Problem: Cannot use multibyte characters for folding in 'fillchars'. Solution: Port pull request 11568 to Vim. (Yegappan Lakshmanan, closes #7924)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Mar 2021 13:30:02 +0100
parents 03819ebd3e6d
children 24887299c5ff
comparison
equal deleted inserted replaced
24042:553271829e46 24043:15408ab5fed7
634 \ .. '# 3 \s*[0-9.]\+ \s*[0-9.]\+ Ref(i)' 634 \ .. '# 3 \s*[0-9.]\+ \s*[0-9.]\+ Ref(i)'
635 \ .. '# 3 \s*[0-9.]\+ endfor', prof_lines) 635 \ .. '# 3 \s*[0-9.]\+ endfor', prof_lines)
636 call assert_match('FUNCTION <SNR>\d\+_Two().*' 636 call assert_match('FUNCTION <SNR>\d\+_Two().*'
637 \ .. '#Called 3 times.*' 637 \ .. '#Called 3 times.*'
638 \ .. '# 3 \s*[0-9.]\+ total += nr', prof_lines) 638 \ .. '# 3 \s*[0-9.]\+ total += nr', prof_lines)
639 call delete('Xprofile_nested.vim')
640 call delete('Xprofile_nested.log')
639 endfunc 641 endfunc
640 642
641 643
642 " vim: shiftwidth=2 sts=2 expandtab 644 " vim: shiftwidth=2 sts=2 expandtab