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
/
move.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4641: may mark the wrong window for redrawing
v8.2.4641
Bram Moolenaar
2022-03-28
1
-2
/
+2
*
patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'
v8.2.4639
v8.2.4638
zeertzjq
2022-03-27
1
-7
/
+23
*
patch 8.2.4614: redrawing too much when 'cursorline' is set
v8.2.4614
zeertzjq
2022-03-23
1
-26
/
+2
*
patch 8.2.4389: screenpos() does not handle a position in a closed fold
v8.2.4389
Bram Moolenaar
2022-02-15
1
-28
/
+43
*
patch 8.2.4204: screenpos() has non-zero row for invisible text
v8.2.4204
Bram Moolenaar
2022-01-24
1
-1
/
+4
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-2
/
+2
*
patch 8.2.3564: invalid memory access when scrolling without valid screen
v8.2.3564
Bram Moolenaar
2021-10-25
1
-1
/
+0
*
patch 8.2.3490: superfluous return statements
v8.2.3490
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-09
1
-1
/
+0
*
patch 8.2.3460: some type casts are not needed
v8.2.3460
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-02
1
-1
/
+1
*
patch 8.2.3394: filler lines are wrong when changing text in diff mode
v8.2.3394
Bram Moolenaar
2021-09-01
1
-1
/
+7
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-0
/
+6
*
patch 8.2.3193: screenpos() is wrong when 'display' is "lastline"
v8.2.3193
Bram Moolenaar
2021-07-21
1
-4
/
+4
*
patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow window
v8.2.3122
Bram Moolenaar
2021-07-08
1
-1
/
+5
*
patch 8.2.2495: text jumps up and down when moving the cursor
v8.2.2495
Bram Moolenaar
2021-02-10
1
-2
/
+2
*
patch 8.2.2198: ml_get error when resizing window and using text property
v8.2.2198
Bram Moolenaar
2020-12-23
1
-2
/
+13
*
patch 8.2.2152: screenpos() does not include the WinBar offset
v8.2.2152
Bram Moolenaar
2020-12-17
1
-1
/
+1
*
patch 8.2.1992: build fails with small features
v8.2.1992
Bram Moolenaar
2020-11-15
1
-0
/
+2
*
patch 8.2.1990: cursor position wrong in terminal popup with finished job
v8.2.1990
Bram Moolenaar
2020-11-15
1
-0
/
+4
*
patch 8.2.1939: invalid memory access in Ex mode with global command
v8.2.1939
Bram Moolenaar
2020-11-01
1
-0
/
+1
*
patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline set
v8.2.1750
Bram Moolenaar
2020-09-26
1
-0
/
+4
*
patch 8.2.1211: removed more than dead code
v8.2.1211
Bram Moolenaar
2020-07-14
1
-0
/
+1
*
patch 8.2.1118: condition can never be true, dead code
v8.2.1118
Bram Moolenaar
2020-07-02
1
-2
/
+0
*
patch 8.2.0328: no redraw when leaving term-normal mode in popup terminal
v8.2.0328
Bram Moolenaar
2020-02-28
1
-0
/
+7
*
patch 8.2.0026: still some /* */ comments
v8.2.0026
Bram Moolenaar
2019-12-21
1
-166
/
+166
*
patch 8.2.0007: popup menu positioned wrong with folding in two tabs
v8.2.0007
Bram Moolenaar
2019-12-14
1
-1
/
+1
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-1
/
+1
*
patch 8.1.2303: cursor in wrong position after horizontal scroll
v8.1.2303
Bram Moolenaar
2019-11-16
1
-0
/
+3
*
patch 8.1.2284: compiler warning for unused variable
v8.1.2284
Bram Moolenaar
2019-11-10
1
-0
/
+2
*
patch 8.1.2281: 'showbreak' cannot be set for one window
v8.1.2281
Bram Moolenaar
2019-11-09
1
-2
/
+5
*
patch 8.1.2228: screenpos() returns wrong values when 'number' is set
v8.1.2228
Bram Moolenaar
2019-10-27
1
-1
/
+1
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-24
/
+4
*
patch 8.1.1928: popup windows don't move with the text when making changes
v8.1.1928
Bram Moolenaar
2019-08-25
1
-4
/
+6
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-15
/
+3
*
patch 8.1.1645: cannot use a popup window for a balloon
v8.1.1645
Bram Moolenaar
2019-07-07
1
-0
/
+90
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-2
/
+0
*
patch 8.1.1026: unused condition
v8.1.1026
Bram Moolenaar
2019-03-20
1
-39
/
+2
*
patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'
v8.1.0864
Bram Moolenaar
2019-01-31
1
-35
/
+43
*
patch 8.1.0856: when scrolling a window the cursorline is not always updated
v8.1.0856
Bram Moolenaar
2019-01-31
1
-3
/
+1
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-10
/
+1
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-3
/
+1
*
patch 8.1.0715: superfluous call to redraw_win_later()
v8.1.0715
Bram Moolenaar
2019-01-11
1
-3
/
+2
*
patch 8.1.0708: third argument for redrawWinline() is always FALSE
v8.1.0708
Bram Moolenaar
2019-01-09
1
-2
/
+2
*
patch 8.1.0543: Coverity warns for leaking memory and using wrong struct
v8.1.0543
Bram Moolenaar
2018-11-24
1
-1
/
+1
*
patch 8.1.0448: cursorline not removed when using 'cursorbind'
v8.1.0448
Bram Moolenaar
2018-10-02
1
-9
/
+7
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-7
/
+0
*
patch 8.1.0435: cursorline highlight not removed in some situation
v8.1.0435
Bram Moolenaar
2018-09-25
1
-0
/
+6
*
patch 8.1.0374: moving the cursor is slow when 'relativenumber' is set
v8.1.0374
Bram Moolenaar
2018-09-12
1
-12
/
+16
*
patch 8.1.0373: screen updating still slow when 'cursorline' is set
v8.1.0373
Bram Moolenaar
2018-09-12
1
-1
/
+3
*
patch 8.1.0372: screen updating slow when 'cursorline' is set
v8.1.0372
Bram Moolenaar
2018-09-12
1
-1
/
+20
*
patch 8.1.0174: after paging up and down fold line is wrong
v8.1.0174
Bram Moolenaar
2018-07-10
1
-11
/
+16
[next]