]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0179: still a few places where range() does not work v8.2.0179
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Jan 2020 13:55:42 +0000 (14:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Jan 2020 13:55:42 +0000 (14:55 +0100)
commitb09920203a0f2b202497ef9632f8447f73d0f1fb
tree2103a2423c7222e61f77a9138331d5444fa18de3
parentdf54382eacdbfa10291adb80ad6b89ad83bd7c9b
patch 8.2.0179: still a few places where range() does not work

Problem:    Still a few places where range() does not work.
Solution:   Fix using range() causing problems.
src/globals.h
src/popupwin.c
src/tag.c
src/terminal.c
src/testdir/dumps/Test_popup_settext_07.dump [new file with mode: 0644]
src/testdir/dumps/Test_popupwin_20.dump
src/testdir/dumps/Test_popupwin_21.dump
src/testdir/test_functions.vim
src/testdir/test_popupwin.vim
src/version.c