]> granicus.if.org Git - vim/commit
patch 8.1.1338: hang when concealing the '>' shown for half of wide char v8.1.1338
authorBram Moolenaar <Bram@vim.org>
Fri, 17 May 2019 10:31:44 +0000 (12:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 May 2019 10:31:44 +0000 (12:31 +0200)
commit0ebe12be86d9f79bfa833306a0302a68a0f4fc30
tree13e17c2bc9b3e82f8fc751664d63683abdf6f01a
parent5c65e6a062dfc7d20931fa1f73d03b1714a4d5e1
patch 8.1.1338: hang when concealing the '>' shown for half of wide char

Problem:    Hang when concealing the '>' shown for a wide char that doesn't
            fit in the last cell.
Solution:   Put back the pointer when the '>' is not going to be displayed.
            (closes #4377)
src/screen.c
src/version.c