aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* 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