aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.1551: position of marker for 'smoothscroll' not computed correc...luukvbaal2023-05-14
* vim-patch:9.0.1542: line not fully displayed if it doesn't fit in the screenLuuk van Baal2023-05-11
* vim-patch:9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"Luuk van Baal2023-05-09
* vim-patch:9.0.1525: 'smoothscroll' does not always work properly (#23544)luukvbaal2023-05-09
* vim-patch:9.0.1512: inserting lines when scrolling with 'smoothscroll' setLuuk van Baal2023-05-07
* vim-patch:9.0.0904: various comment and indent flaws (#23498)zeertzjq2023-05-06
* fix(ui): adjust 'smoothscroll' for inner dimensionsLuuk van Baal2023-05-02
* vim-patch:9.0.1435: scrolling too many lines when 'wrap' and 'diff' are setLuuk van Baal2023-05-02
* vim-patch:9.0.1367: divide by zero in zero-width windowLuuk van Baal2023-05-02
* vim-patch:9.0.1247: divide by zero with 'smoothscroll' set and a narrow windowLuuk van Baal2023-05-02
* vim-patch:9.0.1121: cursor positioning and display problems with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarilyLuuk van Baal2023-05-02
* vim-patch:9.0.0998: "gk" may reset skipcol when not neededLuuk van Baal2023-05-02
* vim-patch:9.0.0908: with 'smoothscroll' cursor may end up in wrong positionLuuk van Baal2023-05-02
* vim-patch:9.0.0900: cursor moves too far with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is...Luuk van Baal2023-05-02
* vim-patch:9.0.0892: may redraw when not neededLuuk van Baal2023-05-02
* vim-patch:9.0.0807: with 'smoothscroll' typing "0" may not go to the first co...Luuk van Baal2023-05-02
* vim-patch:9.0.0751: 'scrolloff' does not work well with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.0746: breakindent test cases are commented outLuuk van Baal2023-05-02
* vim-patch:9.0.0745: wrong cursor position when using "gj" and "gk" in a long ...Luuk van Baal2023-05-02
* vim-patch:9.0.0734: cursor position invalid when scrolling with 'smoothscroll'Luuk van Baal2023-05-02
* vim-patch:9.0.0707: with 'smoothscroll' cursor position not adjusted in long ...Luuk van Baal2023-05-02
* vim-patch:9.0.0701: with 'smoothscroll' cursor position not adjusted in long ...Luuk van Baal2023-05-02
* vim-patch:9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zeroLuuk van Baal2023-05-02
* vim-patch:9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zeroLuuk van Baal2023-05-02
* vim-patch:9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'Luuk van Baal2023-05-02
* vim-patch:9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' setLuuk van Baal2023-05-02
* vim-patch:9.0.0645: CTRL-Y does not stop at line 1Luuk van Baal2023-05-02
* vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* fix(float): make bufpos work properly with resized parent gridzeertzjq2023-05-02
* refactor: uncrustifydundargoc2023-04-26
* refactor: use bool type for global variables (#22842)ii142023-04-01
* vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...zeertzjq2023-03-17
* refactor(screen): screen.c delenda estbfredl2023-03-14
* fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* vim-patch:9.0.1309: scrolling two lines with even line count and 'scrolloff' setzeertzjq2023-02-16
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq2023-01-14
* vim-patch:9.0.1172: when 'selection' is "exclusive" then "1v" is one char sho...zeertzjq2023-01-11
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* vim-patch:9.0.1072: screenpos() column result in fold may be too small (#21465)zeertzjq2022-12-18
* vim-patch:8.2.3564: invalid memory access when scrolling without valid screen...zeertzjq2022-12-08
* vim-patch:9.0.1016: screenpos() does not count filler lines for diff modezeertzjq2022-12-06
* vim-patch:9.0.1011: ml_get error when using screenpos()zeertzjq2022-12-06
* vim-patch:8.2.4389: screenpos() does not handle a position in a closed foldzeertzjq2022-12-06
* vim-patch:8.2.4204: screenpos() has non-zero row for invisible textzeertzjq2022-12-06
* fix(float): fix ml_get error with bufposzeertzjq2022-12-06