diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-11 20:45:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-11 20:45:36 +0100 |
commit | 535d5b653a1eddf49ee11dc9639c5355ef023301 (patch) | |
tree | 108a023a948f57b7620d2cad3c4931c58f21706c /src/proto/screen.pro | |
parent | 465e8b5985908596261cef9d671024ed8ded1ce3 (diff) | |
download | vim-git-535d5b653a1eddf49ee11dc9639c5355ef023301.tar.gz |
patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726
Problem: Redrawing specifically for conceal feature.
Solution: Use generic redrawing methods.
Diffstat (limited to 'src/proto/screen.pro')
-rw-r--r-- | src/proto/screen.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro index 2e5f2e0be..b78796e74 100644 --- a/src/proto/screen.pro +++ b/src/proto/screen.pro @@ -15,7 +15,6 @@ void update_curbuf(int type); int update_screen(int type_arg); int conceal_cursor_line(win_T *wp); void conceal_check_cursor_line(void); -void update_single_line(win_T *wp, linenr_T lnum); void update_debug_sign(buf_T *buf, linenr_T lnum); void updateWindow(win_T *wp); int screen_get_current_line_off(void); |