summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/move.c
AgeCommit message (Expand)AuthorFiles
2026-04-22vim-patch:9.2.0388: strange indent in update_topline() (#39324)zeertzjq1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-22vim-patch:9.2.0385: Integer overflow with "ze" and large 'sidescrolloff' (#39...zeertzjq1
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq1
2026-04-17fix(completion): update CursorColumn during completion (#39159)zeertzjq1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-23refactor(move.c): fix coverity warning (#38427)zeertzjq1
2026-03-23vim-patch:9.2.0222: "zb" scrolls incorrectly with cursor on fold (#38423)zeertzjq1
2026-02-04vim-patch:9.1.2130: Page scrolling in Insert mode beeps (#37710)zeertzjq1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-17vim-patch:8.2.1939: invalid memory access in Ex mode with global commandJan Edmund Lazo1
2025-11-20refactor: avoid unnecessary redraw for non-curwin cursor line (#36607)zeertzjq1
2025-10-28vim-patch:9.1.1883: Wrong display with 'smoothscroll' with -diff (#36372)zeertzjq1
2025-10-09fix(conceal): check for concealed lines on invalid row (#36084)luukvbaal1
2025-10-08vim-patch:9.1.1836: 'culopt' "screenline" not redrawn with line("w0") and :retabzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-24fix(move): consume skipcol before revealing filler lines (#34143)luukvbaal1
2025-05-15vim-patch:9.1.1388: Scrolling one line too far with 'nosmoothscroll' page scr...luukvbaal1
2025-05-13vim-patch:9.1.1385: inefficient loop for 'nosmoothscroll' scrolling (#33992)luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-14vim-patch:9.1.1297: Ctrl-D scrolling can get stuck #33453luukvbaal1
2025-04-01fix(move): adjust for concealed lines above topline after scrolling up (#33211)luukvbaal1
2025-02-27fix(move): 'scrolloff' cursor correction no longer handles folds properly (#3...luukvbaal1
2025-02-25fix(move): wrong cursor row on concealed line (#32629)luukvbaal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-13vim-patch:9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol" (#32434)zeertzjq1
2025-01-23vim-patch:9.1.1048: crash after scrolling and pasting in silent Ex mode (#32168)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-20fix(move): redraw for 'concealcursor' after changing w_wcol (#31276)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-05vim-patch:9.1.0526: Unwanted cursor movement with pagescroll at start of buff...luukvbaal1
2024-06-19vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-18fix(move): half-page scrolling with resized grid at eob (#28821)zeertzjq1
2024-05-17vim-patch:9.1.0414: Unable to leave long line with 'smoothscroll' and 'scroll...Luuk van Baal1
2024-05-16vim-patch:9.1.0413: smoothscroll may cause infinite loop (#28763)zeertzjq1
2024-05-11vim-patch:9.1.0407: Stuck with long line and half-page scrolling (#28704)luukvbaal1
2024-05-11vim-patch:9.1.0406: Divide by zero with getmousepos() and 'smoothscroll' (#28...zeertzjq1
2024-05-09vim-patch:9.1.0397: Wrong display with 'smoothscroll' when changing quickfix ...zeertzjq1
2024-04-29vim-patch:9.1.0380: Calculating line height for unnecessary amount of lines (...luukvbaal1
2024-04-22vim-patch:9.1.0357: Page scrolling should place cursor at window boundaries (...luukvbaal1
2024-04-15vim-patch:9.1.0320: Wrong cursor position after using setcellwidths() (#28334)zeertzjq1
2024-04-13fix(move): fix using the wrong window (#28312)zeertzjq1
2024-04-13fix(move): check for filler lines properly (#28307)zeertzjq1
2024-04-09vim-patch:9.1.0294: Text height function does not respect it's argumentLuuk van Baal1
2024-04-09vim-patch:9.1.0285: Still problems with cursor position for CTRL-D/ULuuk van Baal1
2024-04-09vim-patch:9.1.0280: several issues with 'smoothscroll' supportLuuk van Baal1
2024-04-08vim-patch:9.1.0260: Problems with "zb" and scrolling to new topline with 'smo...Luuk van Baal1
2024-04-08vim-patch:9.1.0258: half-page scrolling broke backward compatibilityLuuk van Baal1