aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-19
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* | refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
|/
* vim-patch:9.0.2105: skipcol not reset when topline changed (#26042)luukvbaal2023-11-15
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(move): check the correct buffer (#25698)zeertzjq2023-10-18
* vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
* vim-patch:9.0.2022: getmousepos() returns wrong index for TAB char (#25636)zeertzjq2023-10-14
* refactor: the long goodbyedundargoc2023-10-09
* vim-patch:9.0.1997: Some unused code in move.c and string.cdundargoc2023-10-07
* vim-patch:9.0.1983: scrolling inactive window not possible with cursorbind (#...zeertzjq2023-10-05
* vim-patch:9.0.1981: not being able to scroll up in diff mode (#25506)zeertzjq2023-10-05
* vim-patch:9.0.1973: Clean up cmdline option completion code (#25477)zeertzjq2023-10-03
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* fix(ui): wrong cursor position with left gravity inline virt text at eolzeertzjq2023-08-28
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* vim-patch:9.0.1785: wrong cursor position with 'showbreak' and lcs-eol (#24852)zeertzjq2023-08-24
* vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq2023-08-22
* vim-patch:9.0.1747: screenpos() may cause unnecessary redraw (#24792)zeertzjq2023-08-19
* vim-patch:9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n (#24773)zeertzjq2023-08-18
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* vim-patch:9.0.1717: virtcol2col returns last byte of a multi-byte char (#24729)zeertzjq2023-08-16
* fix(highlight): make CurSearch work properly with 'winhl' (#24448)zeertzjq2023-07-23
* fix(column): fix wrong cursor with 'statuscolumn' and cpo+=n (#24268)zeertzjq2023-07-06
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1664: divide by zero when scrolling with 'smoothscroll' setzeertzjq2023-06-27
* 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