summaryrefslogtreecommitdiffstats
path: root/src/move.c
AgeCommit message (Expand)Author
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-08-12patch 9.0.0194: cursor displayed in wrong position after removing text propv9.0.0194Bram Moolenaar
2022-06-24patch 8.2.5155: in diff mode windows may get out of syncv8.2.5155Bram Moolenaar
2022-06-20patch 8.2.5138: various small issuesv8.2.5138Bram Moolenaar
2022-06-16patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar
2022-05-27patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-08patch 8.2.4915: sometimes the cursor is in the wrong positionv8.2.4915Bram Moolenaar
2022-04-20patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is setv8.2.4795Christian Brabandt
2022-03-28patch 8.2.4641: may mark the wrong window for redrawingv8.2.4641Bram Moolenaar
2022-03-27patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'v8.2.4639v8.2.4638zeertzjq
2022-03-23patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq
2022-02-15patch 8.2.4389: screenpos() does not handle a position in a closed foldv8.2.4389Bram Moolenaar
2022-01-24patch 8.2.4204: screenpos() has non-zero row for invisible textv8.2.4204Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-10-25patch 8.2.3564: invalid memory access when scrolling without valid screenv8.2.3564Bram Moolenaar
2021-10-09patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-02patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-09-01patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-21patch 8.2.3193: screenpos() is wrong when 'display' is "lastline"v8.2.3193Bram Moolenaar
2021-07-08patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow windowv8.2.3122Bram Moolenaar
2021-02-10patch 8.2.2495: text jumps up and down when moving the cursorv8.2.2495Bram Moolenaar
2020-12-23patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar
2020-12-17patch 8.2.2152: screenpos() does not include the WinBar offsetv8.2.2152Bram Moolenaar
2020-11-15patch 8.2.1992: build fails with small featuresv8.2.1992Bram Moolenaar
2020-11-15patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar
2020-11-01patch 8.2.1939: invalid memory access in Ex mode with global commandv8.2.1939Bram Moolenaar
2020-09-26patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar
2020-07-14patch 8.2.1211: removed more than dead codev8.2.1211Bram Moolenaar
2020-07-02patch 8.2.1118: condition can never be true, dead codev8.2.1118Bram Moolenaar
2020-02-28patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar
2019-12-21patch 8.2.0026: still some /* */ commentsv8.2.0026Bram Moolenaar
2019-12-14patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-16patch 8.1.2303: cursor in wrong position after horizontal scrollv8.1.2303Bram Moolenaar
2019-11-10patch 8.1.2284: compiler warning for unused variablev8.1.2284Bram Moolenaar
2019-11-09patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar
2019-10-27patch 8.1.2228: screenpos() returns wrong values when 'number' is setv8.1.2228Bram Moolenaar
2019-10-17patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar
2019-08-25patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
2019-07-07patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-20patch 8.1.1026: unused conditionv8.1.1026Bram Moolenaar
2019-01-31patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar
2019-01-31patch 8.1.0856: when scrolling a window the cursorline is not always updatedv8.1.0856Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
2019-01-11patch 8.1.0715: superfluous call to redraw_win_later()v8.1.0715Bram Moolenaar