index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1336: functions without arguments are not always declared properly
v9.0.1336
Yegappan Lakshmanan
2023-02-21
1
-2
/
+2
*
patch 9.0.1237: code is indented more than necessary
v9.0.1237
Yegappan Lakshmanan
2023-01-23
1
-398
/
+395
*
patch 9.0.1061: cannot display 'showcmd' somewhere else
v9.0.1061
Luuk van Baal
2022-12-15
1
-1
/
+11
*
patch 9.0.0967: leaking memory from autocmd windows
v9.0.0967
Bram Moolenaar
2022-11-28
1
-2
/
+2
*
patch 9.0.0966: some compilers don't allow a declaration after a label
v9.0.0966
Bram Moolenaar
2022-11-28
1
-2
/
+2
*
patch 9.0.0965: using one window for executing autocommands is insufficient
v9.0.0965
Bram Moolenaar
2022-11-28
1
-13
/
+22
*
patch 9.0.0934: various code formatting issues
v9.0.0934
Bram Moolenaar
2022-11-24
1
-1
/
+1
*
patch 9.0.0867: wildmenu redrawing code is spread out
v9.0.0867
Bram Moolenaar
2022-11-12
1
-268
/
+0
*
patch 9.0.0844: handling 'statusline' errors is spread out
v9.0.0844
Luuk van Baal
2022-11-07
1
-24
/
+9
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
1
-2
/
+2
*
patch 9.0.0747: too many #ifdefs
v9.0.0747
Martin Tournoij
2022-10-13
1
-10
/
+4
*
patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasing
v9.0.0720
Bram Moolenaar
2022-10-11
1
-0
/
+22
*
patch 9.0.0656: cannot specify another character to use instead of '@'
v9.0.0656
Bram Moolenaar
2022-10-04
1
-1
/
+3
*
patch 9.0.0639: checking for popup in screen_char() is too late
v9.0.0639
Bram Moolenaar
2022-10-02
1
-31
/
+26
*
patch 9.0.0638: popup menu highlight wrong on top of preview popup
v9.0.0638
Bram Moolenaar
2022-10-02
1
-17
/
+25
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
1
-2
/
+2
*
patch 9.0.0592: display not cleared when scrolling back in messages
v9.0.0592
Bram Moolenaar
2022-09-26
1
-6
/
+13
*
patch 9.0.0501: warning for using uninitialized value in mouse test
v9.0.0501
Bram Moolenaar
2022-09-19
1
-1
/
+3
*
patch 9.0.0447: using :echowin while at the hit-enter prompt causes problems
v9.0.0447
Bram Moolenaar
2022-09-11
1
-4
/
+4
*
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
v9.0.0340
Bram Moolenaar
2022-08-31
1
-2
/
+2
*
patch 9.0.0317: when updating the whole screen a popup may not be redrawn
v9.0.0317
Bram Moolenaar
2022-08-29
1
-6
/
+23
*
patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed
v9.0.0288
Bram Moolenaar
2022-08-27
1
-2
/
+2
*
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'
v9.0.0279
Bram Moolenaar
2022-08-26
1
-2
/
+0
*
patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete
v9.0.0245
Bram Moolenaar
2022-08-22
1
-1
/
+1
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-4
/
+4
*
patch 9.0.0176: checking character options is duplicated and incomplete
v9.0.0176
zeertzjq
2022-08-09
1
-0
/
+25
*
patch 9.0.0114: the command line takes up space even when not used
v9.0.0114
Shougo Matsushita
2022-07-30
1
-1
/
+1
*
patch 9.0.0070: using utfc_ptr2char_len() when length is negative
v9.0.0070
zeertzjq
2022-07-25
1
-11
/
+10
*
patch 9.0.0048: cursor in wrong column with mouse click after concealed text
v9.0.0048
Bram Moolenaar
2022-07-09
1
-11
/
+48
*
patch 9.0.0040: use of set_chars_option() is confusing
v9.0.0040
Bram Moolenaar
2022-07-04
1
-16
/
+32
*
patch 9.0.0036: 'fillchars' cannot have window-local values
v9.0.0036
Bram Moolenaar
2022-07-04
1
-47
/
+58
*
patch 9.0.0007: no support for double, dotted and dashed underlines
v9.0.0007
Bram Moolenaar
2022-06-29
1
-5
/
+17
*
patch 8.2.5170: tiny issues
v8.2.5170
Bram Moolenaar
2022-06-27
1
-1
/
+1
*
patch 8.2.5144: with 'lazyredraw' set completion menu may be wrong
v8.2.5144
Bram Moolenaar
2022-06-21
1
-0
/
+5
*
patch 8.2.5070: unnecessary code
v8.2.5070
zeertzjq
2022-06-09
1
-6
/
+6
*
patch 8.2.5066: timer_create is not available on every Mac system
v8.2.5066
Bram Moolenaar
2022-06-07
1
-1
/
+51
*
patch 8.2.5057: using gettimeofday() for timeout is very inefficient
v8.2.5057
Paul Ollis
2022-06-05
1
-5
/
+0
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-8
/
+8
*
patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place
v8.2.4718
Bram Moolenaar
2022-04-09
1
-3
/
+3
*
patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B
v8.2.4673
Bram Moolenaar
2022-04-03
1
-1
/
+17
*
patch 8.2.4663: occasional crash when running the GUI tests
v8.2.4663
Bram Moolenaar
2022-04-01
1
-8
/
+11
*
patch 8.2.4497: wrong color for half of wide character next to pum scrollbar
v8.2.4497
Bram Moolenaar
2022-03-03
1
-1
/
+4
*
patch 8.2.4391: command line executed when typing Esc in the GUI
v8.2.4391
Bram Moolenaar
2022-02-15
1
-4
/
+0
*
patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter
v8.2.4382
Bram Moolenaar
2022-02-14
1
-0
/
+4
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-2
/
+2
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-7
/
+7
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-11
/
+11
*
patch 8.2.3846: no error when using control character for 'lcs' or 'fcs'
v8.2.3846
zeertzjq
2021-12-18
1
-4
/
+4
*
patch 8.2.3614: zindex of popup windows not used when redrawing popup menu
v8.2.3614
Bakudankun
2021-11-17
1
-1
/
+1
*
patch 8.2.3522: cannot use \x and \u when setting 'listchars'
v8.2.3522
Bram Moolenaar
2021-10-16
1
-5
/
+34
[next]