]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 19:45:36 +0000 (20:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 19:45:36 +0000 (20:45 +0100)
commit535d5b653a1eddf49ee11dc9639c5355ef023301
tree108a023a948f57b7620d2cad3c4931c58f21706c
parent465e8b5985908596261cef9d671024ed8ded1ce3
patch 8.1.0726: redrawing specifically for conceal feature

Problem:    Redrawing specifically for conceal feature.
Solution:   Use generic redrawing methods.
src/edit.c
src/gui.c
src/main.c
src/normal.c
src/proto/screen.pro
src/screen.c
src/version.c
src/window.c