summaryrefslogtreecommitdiff
path: root/src/move.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-1/+1
* patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar2022-05-271-0/+33
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-7/+7
* patch 8.2.4915: sometimes the cursor is in the wrong positionv8.2.4915Bram Moolenaar2022-05-081-1/+2
* patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is setv8.2.4795Christian Brabandt2022-04-201-4/+1
* patch 8.2.4641: may mark the wrong window for redrawingv8.2.4641Bram Moolenaar2022-03-281-2/+2
* patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq2022-03-271-7/+23
* patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq2022-03-231-26/+2
* patch 8.2.4389: screenpos() does not handle a position in a closed foldv8.2.4389Bram Moolenaar2022-02-151-28/+43
* patch 8.2.4204: screenpos() has non-zero row for invisible textv8.2.4204Bram Moolenaar2022-01-241-1/+4
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3564: invalid memory access when scrolling without valid screenv8.2.3564Bram Moolenaar2021-10-251-1/+0
* patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-091-1/+0
* patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-021-1/+1
* patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar2021-09-011-1/+7
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+6
* patch 8.2.3193: screenpos() is wrong when 'display' is "lastline"v8.2.3193Bram Moolenaar2021-07-211-4/+4