index
:
vim
master
Mirror of https://github.com/vim/vim
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drawscreen.c
Age
Commit message (
Expand
)
Author
2021-12-09
patch 8.2.3763: when editing the cmdline a callback may cause a scroll up
v8.2.3763
Bram Moolenaar
2021-11-29
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-10-18
patch 8.2.3535: if-else indenting is confusing
v8.2.3535
Dominique Pelle
2021-10-08
patch 8.2.3487: illegal memory access if buffer name is very long
v8.2.3487
Bram Moolenaar
2021-08-03
patch 8.2.3280: 'virtualedit' local to buffer is not the best solution
v8.2.3280
Gary Johnson
2021-07-26
patch 8.2.3227: 'virtualedit' can only be set globally
v8.2.3227
Gary Johnson
2021-07-22
patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap
v8.2.3204
Bram Moolenaar
2021-07-09
patch 8.2.3132: compiler warns for size_t to colnr_T conversion.
v8.2.3132
Bram Moolenaar
2021-07-05
patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line
v8.2.3112
Bram Moolenaar
2021-07-03
patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong
v8.2.3095
Bram Moolenaar
2021-07-03
patch 8.2.3090: in rare cases the cursor may be somewhere in a folded line
v8.2.3090
Bram Moolenaar
2021-07-03
patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong
v8.2.3088
Bram Moolenaar
2021-04-23
patch 8.2.2803: flicker when the popup menu has an info popup
v8.2.2803
Bram Moolenaar
2021-04-22
patch 8.2.2800: after a timer displays text a hit-enter prompt is given
v8.2.2800
Bram Moolenaar
2021-04-11
patch 8.2.2754: :sleep! does not always hide the cursor
v8.2.2754
Bram Moolenaar
2021-04-01
patch 8.2.2685: custom statusline not drawn correctly with WinBar
v8.2.2685
Bram Moolenaar
2021-03-30
patch 8.2.2679: status line missing for non-current window with winbar
v8.2.2679
Bram Moolenaar
2021-03-03
patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars'
v8.2.2563
Bram Moolenaar
2021-02-15
patch 8.2.2518: 'listchars' should be window-local
v8.2.2518
Bram Moolenaar
2021-02-13
patch 8.2.2508: cannot change the character displayed in non existing lines
v8.2.2508
Bram Moolenaar
2020-08-19
patch 8.2.1488: text does not scroll when inserting above first line
v8.2.1488
Bram Moolenaar
2020-08-01
patch 8.2.1345: Redraw error when using visual block and scroll
v8.2.1345
Bram Moolenaar
2020-04-28
patch 8.2.0656: MS-Windows: redrawing right screen edge may not be needed
v8.2.0656
Bram Moolenaar
2020-04-06
patch 8.2.0523: loops are repeated
v8.2.0523
Bram Moolenaar
2020-04-05
patch 8.2.0514: several global functions are used in only one file
v8.2.0514
Bram Moolenaar
2020-02-28
patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal
v8.2.0328
Bram Moolenaar
2019-12-23
patch 8.2.0035: saving and restoring called_emsg is clumsy
v8.2.0035
Bram Moolenaar
2019-11-30
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-12
patch 8.1.2294: cursor pos wrong with concealing and search causes a scroll
v8.1.2294
Bram Moolenaar
2019-11-10
patch 8.1.2287: using EndOfBuffer highlight in popup does not look good
v8.1.2287
Bram Moolenaar
2019-10-24
patch 8.1.2214: too much is redrawn when 'cursorline' is set
v8.1.2214
Bram Moolenaar
2019-09-19
patch 8.1.2057: the screen.c file is much too big
v8.1.2057
Bram Moolenaar