aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.c
Commit message (Expand)AuthorAge
* refactor: minimize variable scope and eliminate empty declarationsDundar Göc2022-03-13
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* vim-patch:8.2.3227: 'virtualedit' can only be set globallyzeertzjq2022-01-15
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq2021-12-08
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format with uncrustify #15722dundargoc2021-09-19
* vim-patch:8.2.3357: crash when 'virtualedit' is set and window is narrowSean Dewar2021-09-17
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* fix(bufupdate): send events when inserting with virtualeditThomas Vigouroux2021-05-18
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.1.2140: "gk" and "gj" do not work correctly in number column #11208Jan Edmund Lazo2019-10-17
* includesDaniel Hahler2019-08-07
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* PVS/V560: expression is always trueJustin M. Keyes2019-01-13
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-09
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* lint: clean-up after parent commitZviRackover2018-08-06
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.1019Justin M. Keyes2017-10-21
* vim-patch:8.0.0962Justin M. Keyes2017-10-21
* *: Add comment to all C filesZyX2017-04-19
* eval: Split eval.c into smaller filesZyX2017-03-29
* terminal: Avoid invalid cursor col (#6265)Justin M. Keyes2017-03-22
* linter: make changes pass the linterraichoo2017-03-19
* vim-patch:7.4.2326raichoo2017-03-19
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* hasFoldingWin now return boolNicolas Cornu2015-09-08
* Port vim's patch 7.4.338 ('breakindent')Felipe Morales2014-08-20
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* move/remove W_* macrosBrandon Coleman2014-06-12
* Use generated static declarations in cursor.cZyX2014-06-02
* Remove code duplication in get_cursor_rel_lnumPavel Platto2014-05-28
* Add cursor.{c,h} to clint-files.txtPavel Platto2014-05-28
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Enable -Wconversion on cursor.cPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28