aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.0374: moving the cursor is slow when 'relativenumber' is setJustin M. Keyes2018-09-13
* vim-patch:8.1.0373: screen updating still slow when 'cursorline' is setJustin M. Keyes2018-09-13
* vim-patch:8.1.0372: screen updating slow when 'cursorline' is set (#8986)Justin M. Keyes2018-09-12
* move: dir in onepage() is DirectionJan Edmund Lazo2018-09-10
* move: drop has_mbyte checkJan Edmund Lazo2018-09-10
* vim-patch:8.1.0174: after paging up and down fold line is wrongJan Edmund Lazo2018-09-10
* vim-patch:8.0.0515: ml_get errors in silent Ex mode (#8452)KunMing Xie2018-05-30
* screen.c: define column width by function (#5802)Matthieu Coudron2018-03-18
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
* Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\
| * move.c: remove unreachable break statementPeter Kalauskas2017-11-22
|/
* vim-patch: 8.0.0{181,182,188} (#7152)KunMing Xie2017-09-05
* vim-patch:8.0.0044ckelsel2017-08-16
* vim-patch:8.0.0069ckelsel2017-07-23
* *: Add comment to all C filesZyX2017-04-19
* move.c: add cursor adjustment for scrolloff (#6319)lonerover2017-03-21
* linter: make changes pass the linterraichoo2017-03-19
* vim-patch:7.4.2322raichoo2017-03-19
* vim-patch:7.4.2101James McCoy2017-03-11
* lintJames McCoy2016-12-28
* vim-patch:7.4.2201Chris Lucas2016-12-28
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* *: Fix new linter errorsZyX2016-05-01
* vim-patch:7.4.856Jurica Bradaric2016-02-10
* vim-patch:7.4.853Jurica Bradaric2016-02-09
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* Merge #3297 'move.c refactor'Justin M. Keyes2015-09-10
|\
| * Scope variables in move.cNicolas Cornu2015-09-08
| * Replace TRUE/FALSE with true/false in move.cNicolas Cornu2015-09-08
| * hasFolding return bool nowNicolas Cornu2015-09-08
| * hasFoldingWin now return boolNicolas Cornu2015-09-08
| * win_T.w_cline_folded from int to boolNicolas Cornu2015-09-07
|/
* vim-patch:7.4.550 #2510David Bürgin2015-04-25
* Enable -Wconversion: move.c.Eliseo Martínez2015-04-07
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* vim-patch:7.4.458Florian Walch2014-12-23
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* api/window_set_cursor: make sure cursor line is visible.Björn Linse2014-11-01
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* move/remove W_* macrosBrandon Coleman2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15