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 9.0.1309: scrolling two lines with even line count and 'scrolloff' set
v9.0.1309
Bram Moolenaar
2023-02-14
1
-33
/
+52
*
patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow window
v9.0.1247
Bram Moolenaar
2023-01-26
1
-0
/
+3
*
patch 9.0.1196: code is indented more than necessary
v9.0.1196
Yegappan Lakshmanan
2023-01-14
1
-58
/
+61
*
patch 9.0.1121: cursor positioning and display problems with 'smoothscroll'
v9.0.1121
Bram Moolenaar
2022-12-31
1
-16
/
+141
*
patch 9.0.1072: screenpos() column result in fold may be too small
v9.0.1072
zeertzjq
2022-12-18
1
-3
/
+2
*
patch 9.0.1016: screenpos() does not count filler lines for diff mode
v9.0.1016
Bram Moolenaar
2022-12-05
1
-0
/
+6
*
patch 9.0.1011: ml_get error when using screenpos()
v9.0.1011
Bram Moolenaar
2022-12-05
1
-0
/
+5
*
patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily
v9.0.1000
Bram Moolenaar
2022-12-03
1
-1
/
+5
*
patch 9.0.0998: "gk" may reset skipcol when not needed
v9.0.0998
Bram Moolenaar
2022-12-03
1
-2
/
+3
*
patch 9.0.0993: display errors when adding or removing text property type
v9.0.0993
Bram Moolenaar
2022-12-02
1
-0
/
+14
*
patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position
v9.0.0908
Yee Cheng Chin
2022-11-19
1
-6
/
+38
*
patch 9.0.0904: various comment and indent flaws
v9.0.0904
Bram Moolenaar
2022-11-18
1
-1
/
+2
*
patch 9.0.0900: cursor moves too far with 'smoothscroll'
v9.0.0900
Yee Cheng Chin
2022-11-18
1
-9
/
+43
*
patch 9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is set
v9.0.0893
Yee Cheng Chin
2022-11-17
1
-4
/
+6
*
patch 9.0.0892: may redraw when not needed
v9.0.0892
Bram Moolenaar
2022-11-17
1
-18
/
+24
*
patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first column
v9.0.0807
Bram Moolenaar
2022-10-20
1
-30
/
+57
*
patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'
v9.0.0751
Bram Moolenaar
2022-10-14
1
-7
/
+33
*
patch 9.0.0746: breakindent test cases are commented out
v9.0.0746
Bram Moolenaar
2022-10-13
1
-26
/
+33
*
patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long line
v9.0.0745
Bram Moolenaar
2022-10-13
1
-9
/
+12
*
patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'
v9.0.0734
Bram Moolenaar
2022-10-12
1
-3
/
+85
*
patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long line
v9.0.0707
Bram Moolenaar
2022-10-09
1
-9
/
+20
*
patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line
v9.0.0701
Bram Moolenaar
2022-10-08
1
-2
/
+40
*
patch 9.0.0674: build error with tiny version
v9.0.0674
Bram Moolenaar
2022-10-06
1
-1
/
+1
*
patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero
v9.0.0673
Bram Moolenaar
2022-10-06
1
-1
/
+19
*
patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero
v9.0.0672
Bram Moolenaar
2022-10-06
1
-0
/
+10
*
patch 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'
v9.0.0671
Bram Moolenaar
2022-10-06
1
-11
/
+11
*
patch 9.0.0657: too many #ifdefs
v9.0.0657
Martin Tournoij
2022-10-04
1
-2
/
+0
*
patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'
v9.0.0652
Bram Moolenaar
2022-10-03
1
-1
/
+1
*
patch 9.0.0647: the 'splitscroll' option is not a good name
v9.0.0647
Luuk van Baal
2022-10-03
1
-2
/
+5
*
patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set
v9.0.0646
Bram Moolenaar
2022-10-03
1
-53
/
+60
*
patch 9.0.0645: CTRL-Y does not stop at line 1
v9.0.0645
Bram Moolenaar
2022-10-03
1
-2
/
+6
*
patch 9.0.0640: cannot scroll by screen line if a line wraps
v9.0.0640
Bram Moolenaar
2022-10-02
1
-17
/
+127
*
patch 9.0.0581: adding a character for incsearch fails at end of line
v9.0.0581
Bram Moolenaar
2022-09-24
1
-1
/
+1
*
patch 9.0.0579: using freed memory when 'tagfunc' wipes out buffer
v9.0.0579
Bram Moolenaar
2022-09-24
1
-0
/
+1
*
patch 9.0.0505: various problems with 'nosplitscroll'
v9.0.0505
Luuk van Baal
2022-09-19
1
-1
/
+1
*
patch 9.0.0482: "g0" moves to wrong location with virtual text "above"
v9.0.0482
Bram Moolenaar
2022-09-16
1
-9
/
+19
*
patch 9.0.0451: virtual text "above" does not work with 'nowrap'
v9.0.0451
Bram Moolenaar
2022-09-12
1
-0
/
+13
*
patch 9.0.0445: when opening/closing window text moves up/down
v9.0.0445
Luuk van Baal
2022-09-11
1
-1
/
+2
*
patch 9.0.0438: cannot put virtual text above a line
v9.0.0438
Bram Moolenaar
2022-09-10
1
-1
/
+13
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-15
/
+16
*
patch 9.0.0194: cursor displayed in wrong position after removing text prop
v9.0.0194
Bram Moolenaar
2022-08-12
1
-0
/
+16
*
patch 8.2.5155: in diff mode windows may get out of sync
v8.2.5155
Bram Moolenaar
2022-06-24
1
-1
/
+6
*
patch 8.2.5138: various small issues
v8.2.5138
Bram Moolenaar
2022-06-20
1
-3
/
+3
*
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK
v8.2.5107
Bram Moolenaar
2022-06-16
1
-1
/
+1
*
patch 8.2.5034: there is no way to get the byte index from a virtual column
v8.2.5034
Bram Moolenaar
2022-05-27
1
-0
/
+33
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-7
/
+7
*
patch 8.2.4915: sometimes the cursor is in the wrong position
v8.2.4915
Bram Moolenaar
2022-05-08
1
-1
/
+2
*
patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set
v8.2.4795
Christian Brabandt
2022-04-20
1
-4
/
+1
*
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
[next]