aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.c
Commit message (Collapse)AuthorAge
* 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
| | | | | s/ml_get_curline/get_cursor_line_ptr s/ml_get_cursor/get_cursor_pos_ptr
* Enable -Wconversion on cursor.cPavel Platto2014-05-28
|
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28