aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* vim-patch:9.0.1612: "skipcol" not reset when using multi-byte characters (#23...zeertzjq2023-06-06
* vim-patch:9.0.1610: display is wrong when 'smoothscroll' is setzeertzjq2023-06-06
* vim-patch:9.0.1603: display wrong if scrolling multiple lines with 'smoothscr...zeertzjq2023-06-06
* fix(plines): folded lines with virt_lines attached to line abovezeertzjq2023-06-05
* vim-patch:9.0.1607: screenpos() returns wrong row with diff filler lineszeertzjq2023-06-05
* vim-patch:9.0.1600: screenpos() does not take w_skipcol into accountzeertzjq2023-06-05
* vim-patch:9.0.1597: cursor ends up below the window after a put (#23873)zeertzjq2023-06-02
* vim-patch:9.0.1568: with 'smoothscroll' cursor may move below botlineLuuk van Baal2023-05-19
* vim-patch:9.0.1564: display moves up and down with 'incsearch' and 'smoothscr...Luuk van Baal2023-05-19
* vim-patch:9.0.1561: display wrong when moving cursor to above the top line (#...luukvbaal2023-05-16
* 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