summaryrefslogtreecommitdiff
path: root/src/move.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1542: line not fully displayed if it doesn't fit in the screenv9.0.1542Luuk van Baal2023-05-111-5/+4
* patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"v9.0.1530Luuk van Baal2023-05-091-43/+17
* patch 9.0.1525: 'smoothscroll' does not always work properlyv9.0.1525Luuk van Baal2023-05-081-23/+26
* patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' setv9.0.1512Luuk van Baal2023-05-061-3/+3
* patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are setv9.0.1435Bram Moolenaar2023-04-011-1/+1
* patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle2023-03-121-3/+6
* patch 9.0.1367: divide by zero in zero-width windowv9.0.1367Bram Moolenaar2023-03-011-1/+1
* patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' setv9.0.1309Bram Moolenaar2023-02-141-33/+52
* patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow windowv9.0.1247Bram Moolenaar2023-01-261-0/+3
* patch 9.0.1196: code is indented more than necessaryv9.0.1196Yegappan Lakshmanan2023-01-141-58/+61
* patch 9.0.1121: cursor positioning and display problems with 'smoothscroll'v9.0.1121Bram Moolenaar2022-12-311-16/+141
* patch 9.0.1072: screenpos() column result in fold may be too smallv9.0.1072zeertzjq2022-12-181-3/+2
* patch 9.0.1016: screenpos() does not count filler lines for diff modev9.0.1016Bram Moolenaar2022-12-051-0/+6
* patch 9.0.1011: ml_get error when using screenpos()v9.0.1011Bram Moolenaar2022-12-051-0/+5
* patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarilyv9.0.1000Bram Moolenaar2022-12-031-1/+5
* patch 9.0.0998: "gk" may reset skipcol when not neededv9.0.0998Bram Moolenaar2022-12-031-2/+3
* patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar2022-12-021-0/+14
* patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong positionv9.0.0908Yee Cheng Chin2022-11-191-6/+38
* patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar2022-11-181-1/+2
* patch 9.0.0900: cursor moves too far with 'smoothscroll'v9.0.0900Yee Cheng Chin2022-11-181-9/+43
* patch 9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is setv9.0.0893Yee Cheng Chin2022-11-171-4/+6
* patch 9.0.0892: may redraw when not neededv9.0.0892Bram Moolenaar2022-11-171-18/+24
* patch 9.0.0807: with 'smoothscroll' typing "0" may not go to the first columnv9.0.0807Bram Moolenaar2022-10-201-30/+57
* patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar2022-10-141-7/+33
* patch 9.0.0746: breakindent test cases are commented outv9.0.0746Bram Moolenaar2022-10-131-26/+33
* patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long linev9.0.0745Bram Moolenaar2022-10-131-9/+12
* patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar2022-10-121-3/+85
* patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long linev9.0.0707Bram Moolenaar2022-10-091-9/+20
* patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long linev9.0.0701Bram Moolenaar2022-10-081-2/+40
* patch 9.0.0674: build error with tiny versionv9.0.0674Bram Moolenaar2022-10-061-1/+1
* patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zerov9.0.0673Bram Moolenaar2022-10-061-1/+19
* patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zerov9.0.0672Bram Moolenaar2022-10-061-0/+10
* patch 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'v9.0.0671Bram Moolenaar2022-10-061-11/+11
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-2/+0
* patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'v9.0.0652Bram Moolenaar2022-10-031-1/+1
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-031-2/+5
* patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' setv9.0.0646Bram Moolenaar2022-10-031-53/+60
* patch 9.0.0645: CTRL-Y does not stop at line 1v9.0.0645Bram Moolenaar2022-10-031-2/+6
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-021-17/+127
* patch 9.0.0581: adding a character for incsearch fails at end of linev9.0.0581Bram Moolenaar2022-09-241-1/+1
* patch 9.0.0579: using freed memory when 'tagfunc' wipes out bufferv9.0.0579Bram Moolenaar2022-09-241-0/+1
* patch 9.0.0505: various problems with 'nosplitscroll'v9.0.0505Luuk van Baal2022-09-191-1/+1
* patch 9.0.0482: "g0" moves to wrong location with virtual text "above"v9.0.0482Bram Moolenaar2022-09-161-9/+19
* patch 9.0.0451: virtual text "above" does not work with 'nowrap'v9.0.0451Bram Moolenaar2022-09-121-0/+13
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-111-1/+2
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-1/+13
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-15/+16
* patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar2022-08-121-0/+16
* patch 8.2.5155: in diff mode windows may get out of syncv8.2.5155Bram Moolenaar2022-06-241-1/+6
* patch 8.2.5138: various small issuesv8.2.5138Bram Moolenaar2022-06-201-3/+3